|
From: Tapio V. <aa...@us...> - 2011-01-25 07:34:14
|
Module: editor
Branch: master
Commit: 46c26a024e19115cf9c6c362a718fdee7f994096
Author: Tapio Vierros <tap...@gm...>
Date: Tue Jan 25 08:34:36 2011 +0200
Three dots to menu captions that need it.
---
editor.ui | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/editor.ui b/editor.ui
index b7872c6..b579695 100644
--- a/editor.ui
+++ b/editor.ui
@@ -418,7 +418,7 @@
<widget class="QStatusBar" name="statusbar"/>
<action name="actionAbout">
<property name="text">
- <string>&About</string>
+ <string>&About...</string>
</property>
</action>
<action name="actionNew">
@@ -431,7 +431,7 @@
</action>
<action name="actionOpen">
<property name="text">
- <string>&Open</string>
+ <string>&Open...</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
@@ -481,18 +481,21 @@
</property>
</action>
<action name="actionPreferences">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
<property name="text">
<string>&Preferences</string>
</property>
</action>
<action name="actionSingStarXML">
<property name="text">
- <string>&SingStar XML</string>
+ <string>&SingStar XML...</string>
</property>
</action>
<action name="actionLyricsToFile">
<property name="text">
- <string>Lyrics to fi&le</string>
+ <string>Lyrics to fi&le...</string>
</property>
</action>
<action name="actionLyricsToClipboard">
@@ -502,12 +505,12 @@
</action>
<action name="actionMusicFile">
<property name="text">
- <string>&Music file</string>
+ <string>&Music file...</string>
</property>
</action>
<action name="actionLyricsFromFile">
<property name="text">
- <string>Lyrics from fi&le</string>
+ <string>Lyrics from fi&le...</string>
</property>
</action>
<action name="actionLyricsFromClipboard">
@@ -517,12 +520,12 @@
</action>
<action name="actionUltraStarTXT">
<property name="text">
- <string>&UltraStar TXT</string>
+ <string>&UltraStar TXT...</string>
</property>
</action>
<action name="actionFoFMIDI">
<property name="text">
- <string>&FoF MIDI</string>
+ <string>&FoF MIDI...</string>
</property>
</action>
<action name="actionWhatsThis">
|