diff options
| author | gpittman <gpittman@11d20701-8431-0410-a711-e3c959e3b870> | 2012-07-22 21:10:35 +0000 |
|---|---|---|
| committer | gpittman <gpittman@11d20701-8431-0410-a711-e3c959e3b870> | 2012-07-22 21:10:35 +0000 |
| commit | 1a2d811ece4106944a853c9ceca0c8b7a2e0ca19 (patch) | |
| tree | 029e54e4d3e91c082234916c1b4744e4811a2c9c /scribus/storyeditor.cpp | |
| parent | 9f608cab185def292ee02edc66eeae611ba7497b (diff) | |
| download | scribus-1a2d811ece4106944a853c9ceca0c8b7a2e0ca19.tar.gz scribus-1a2d811ece4106944a853c9ceca0c8b7a2e0ca19.tar.xz scribus-1a2d811ece4106944a853c9ceca0c8b7a2e0ca19.zip | |
adding shortcuts to tooltips
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17733 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/storyeditor.cpp')
| -rw-r--r-- | scribus/storyeditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scribus/storyeditor.cpp b/scribus/storyeditor.cpp index 76cb972..1efd690 100644 --- a/scribus/storyeditor.cpp +++ b/scribus/storyeditor.cpp @@ -1961,6 +1961,7 @@ void StoryEditor::buildGUI() EditorBar->editor = Editor; Editor->installEventFilter(this); languageChange(); + ActionManager::setActionTooltips(&seActions); } void StoryEditor::changeEvent(QEvent *e) |
