This commit is contained in:
Mirek Fidler 2024-08-13 16:36:24 +02:00
parent c59176d99d
commit 935556faca
3 changed files with 307 additions and 223 deletions

View file

@ -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()) {