瀏覽代碼

Fix main menu

Kandrashin Denis 13 年之前
父節點
當前提交
3424a6804f
共有 1 個文件被更改,包括 0 次插入4 次删除
  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);