News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Small bug in project importer plugin

Started by gd_on, September 27, 2008, 07:22:08 PM

Previous topic - Next topic

gd_on

In projectsimporter.cpp at line 103 the original code is : (actual svn rev 5231)
fileMenu->Insert(++id, wxNewId(), _T("&Import project"), m_Menu);

It works but the menu "Import project" cannot be translated in localized version of C::B.
I think it should be :
fileMenu->Insert(++id, wxNewId(), _("&Import project"), m_Menu);

Like that, this menu item is translatable.

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

nanyu

(sorry for my english...)

the same situation is the "Help" menu item and the "View" item.
after the c::b applied a localized file, all the "Help plugin" menuitem was lose;
and the "Open files list " menu item was lose.

nanyu