Browse Source

Fix main menu

Kandrashin Denis 13 năm trước cách đây
mục cha
commit
3424a6804f
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      source/fb2main.cpp

+ 0 - 4
source/fb2main.cpp

@@ -382,10 +382,6 @@ void FbMainWindow::createActions()
     act->setCheckable(true);
     menu->addAction(act);
 
-    actionTextSub = act = new QAction(FbIcon("format-text-subscript"), tr("Su&bscript"), this);
-    act->setCheckable(true);
-    menu->addAction(act);
-
     actionTextCode = act = new QAction(tr("&Code"), this);
     act->setCheckable(true);
     menu->addAction(act);