]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - src/texteditor.cpp
Replace Pierre as the maintainer
[sven/vym.git] / src / texteditor.cpp
index 196092cdad4b6051a758d05c35c423ac90cd7ef3..ea06851d8b20a14bf80eb42ec20f8dabad2c6ced 100644 (file)
@@ -324,8 +324,6 @@ void TextEditor::setupFileActions()
     actionFileSaveAs = a;
 
     a = new QAction(tr("Export &As...(ASCII)"), this);
-    a->setShortcut(Qt::ALT + Qt::Key_X);
-    a->setShortcutContext(Qt::WidgetWithChildrenShortcut);
     switchboard.addSwitch("textExportAsASCII", shortcutScope, a, tag);
     connect(a, SIGNAL(triggered()), this, SLOT(textExportAsASCII()));
     fileMenu->addAction(a);