User forums > Using Code::Blocks

wxSmith: have a option set _() to _T()?

<< < (2/2)

Loaden:
I think we need a option to use _() or _T("").
 :)

Loaden:
Done in rev6741.  :D
If you want switch the option, you need editing cbp project file, like this:

--- Quote ---      <Extensions>
         <code_completion />
         <debugger />
         <wxsmith version="1">
            <gui name="wxWidgets" src="sssApp.cpp" main="sssFrame" init_handlers="necessary" language="CPP" />
            <resources>
               <wxFrame wxs="wxsmith/sssframe.wxs" src="sssMain.cpp" hdr="sssMain.h" fwddecl="0" i18n="1" name="sssFrame" language="CPP" />
               <wxDialog wxs="wxsmith/NewDialog.wxs" src="NewDialog.cpp" hdr="NewDialog.h" fwddecl="0" i18n="1" name="NewDialog" language="CPP" />
               <wxPanel wxs="wxsmith/NewPanel.wxs" src="NewPanel.cpp" hdr="NewPanel.h" fwddecl="1" i18n="0" name="NewPanel" language="CPP" />
            </resources>
         </wxsmith>
      </Extensions>
--- End quote ---

Borr:
many thanks

Navigation

[0] Message Index

[*] Previous page

Go to full version