mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.icons
This commit is contained in:
parent
c59176d99d
commit
935556faca
3 changed files with 307 additions and 223 deletions
|
|
@ -73,9 +73,6 @@ void UWord::FileBar(Bar& bar)
|
|||
.Help("Save current document with a new name");
|
||||
bar.ToolGap();
|
||||
bar.MenuSeparator();
|
||||
bar.Add("Print..", CtrlImg::print(), THISBACK(Print))
|
||||
.Key(K_CTRL_P)
|
||||
.Help("Print document");
|
||||
bar.Add("Export to PDF..", UWordImg::pdf(), THISBACK(Pdf))
|
||||
.Help("Export document to PDF file");
|
||||
if(bar.IsMenuBar()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue