mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Ide: Applying "Be verbose" option now refreshes tool bar.
git-svn-id: svn://ultimatepp.org/upp/trunk@12032 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e664b58b6f
commit
e80a65d76a
4 changed files with 327 additions and 327 deletions
|
|
@ -594,7 +594,7 @@ void Ide::BuildFileMenu(Bar& menu)
|
|||
.Key(AK_ASSEMBLERCODE)
|
||||
.Help("Compile the file into assembler code");
|
||||
if(console.verbosebuild)
|
||||
menu.Add(b, "Internal Preprocess " + GetFileName(editfile), IdeImg::Header(), THISBACK(PreprocessInternal));
|
||||
menu.Add(b, "Internal Preprocess " + GetFileName(editfile), IdeImg::HeaderInternal(), THISBACK(PreprocessInternal));
|
||||
}
|
||||
|
||||
void Ide::BuildPackageMenu(Bar& menu)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue