forked from qt-creator/qt-creator
Analyzer: Rename mode icons
The other mode icons are named mode_foo.png. Where foo is a verb. Renaming this icon makes it easier to quickly find all mode icons. Change-Id: Iae7a58758c068f14e0c6887b3f18502fc3b086f2 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
||||
{
|
||||
setContext(Context(C_ANALYZEMODE, C_NAVIGATION_PANE));
|
||||
setDisplayName(AnalyzerManager::tr("Analyze"));
|
||||
setIcon(QIcon(QLatin1String(":/images/analyzer_mode.png")));
|
||||
setIcon(QIcon(QLatin1String(":/images/mode_analyze.png")));
|
||||
setPriority(P_MODE_ANALYZE);
|
||||
setId(MODE_ANALYZE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user