forked from qt-creator/qt-creator
Give preprocessor dialog button a tool tip.
Change-Id: Iad756a8f18736da79cca63232eb00fcee8a2f38c Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -210,7 +210,7 @@ bool CppEditorPlugin::initialize(const QStringList & /*arguments*/, QString *err
|
||||
contextMenu->addAction(cmd);
|
||||
cppToolsMenu->addAction(cmd);
|
||||
|
||||
QAction *openPreprocessorDialog = new QAction(tr("Additional Preprocessor Directives"), this);
|
||||
QAction *openPreprocessorDialog = new QAction(tr("Additional Preprocessor Directives..."), this);
|
||||
cmd = ActionManager::registerAction(openPreprocessorDialog,
|
||||
Constants::OPEN_PREPROCESSOR_DIALOG, context);
|
||||
cmd->setDefaultKeySequence(QKeySequence());
|
||||
|
||||
Reference in New Issue
Block a user