mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-31 22:02:58 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@6869 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
74b5af04aa
commit
4d8678305e
6 changed files with 22 additions and 158 deletions
|
|
@ -42,7 +42,7 @@ struct App : public TopWindow {
|
|||
bar.Add(numbers_enabled, "Numbers", CtrlImg::cut(), THISBACK(SubMenu));
|
||||
bar.Add(numbers_enabled, "Numbers", CtrlImg::information(), THISBACK(SubMenu));
|
||||
bar.Separator();
|
||||
bar.Add("Zoom &Out", CtrlImg::error(), THISBACK(Exit));
|
||||
bar.Add("Zoom &Out", CtrlImg::error(), THISBACK(Exit)).Bold();
|
||||
bar.Add("Zoom Aut", CtrlImg::error(), THISBACK(Exit));
|
||||
bar.Add("Zoom Aut", CtrlImg::error(), THISBACK(Exit));
|
||||
bar.Add("Exit", THISBACK(Exit))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue