mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 06:12:47 -06:00
Ide: Added missing tooltips in macro manager.
git-svn-id: svn://ultimatepp.org/upp/trunk@11757 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d1723f9c62
commit
a4c85df58c
1 changed files with 6 additions and 0 deletions
|
|
@ -69,6 +69,12 @@ void MacroManagerWindow::InitButtons()
|
|||
newGlobalLabel << [=] { OnNewMacroFile(); };
|
||||
importGlobalsLabel << [=] { OnImport(); };
|
||||
exportGlobalsLabel << [=] { OnExport(0); };
|
||||
|
||||
editLabel.Tip(t_("Edit currently selected macro inside TheIde.."));
|
||||
exportLabel.Tip(t_("Export selected macro file.."));
|
||||
newGlobalLabel.Tip(t_("Create file that stores global macros.."));
|
||||
importGlobalsLabel.Tip(t_("Install file/files containing macros.."));
|
||||
exportGlobalsLabel.Tip(t_("Export all global macros files.."));
|
||||
}
|
||||
|
||||
void MacroManagerWindow::InitEvents()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue