Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Items that should not be translated in manager.cpp

(1/1)

gd_on:
In svn 9310, many items have been added in manager.cpp.
Most of them appears declared as _ strings, for example as name = _("cbEVT_APP_STARTUP_DONE").
The problem is that they appear as translatable strings, but should not I think.
They should probably be declared as _T strings, so name = _T("cbEVT_APP_STARTUP_DONE").

gd_on

oBFusCATed:
If you can do a patch it will be best :)

gd_on:
Here it is ...

gd_on

oBFusCATed:
in svn...

ollydbg:
Thank to gd_on and OBF.
Commit 9310 is again my fault, sorry about that.

Navigation

[0] Message Index

Go to full version