Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Small bug in project importer plugin
(1/1)
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
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:
here is a screenshot :
Navigation
[0] Message Index
Go to full version