mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 19:46:29 +03:00
More work to get better i18n support.
This commit is contained in:
@@ -207,9 +207,9 @@ class GitPlugin : public PluginBase {
|
||||
bool displaySuccessMsg = false, bool updateBranchesOnError = false,
|
||||
bool updateStatusOnError = false );
|
||||
|
||||
void addMenuItem( UIMenu* menu, const std::string& txtKey, const std::string& txtVal,
|
||||
const std::string& icon = "",
|
||||
const KeyBindings::Shortcut& forcedKeybinding = KeyBindings::Shortcut() );
|
||||
void menuAdd( UIMenu* menu, const std::string& cmd, const std::string& text,
|
||||
const std::string& icon = "",
|
||||
const KeyBindings::Shortcut& forcedKeybinding = KeyBindings::Shortcut() );
|
||||
|
||||
std::string repoSelected();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user