Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
_("&Exit")
_T("&Exit")
wxT("&Exit")
I have the same problem, but i want CodewxT("&Exit")
Quote from: Borr on October 19, 2010, 10:25:24 amI have the same problem, but i want CodewxT("&Exit")wxT() and _T() are exactly the same.
<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>