diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-08 19:38:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-08 19:38:17 +0900 |
commit | bb53dc16aec5a031f080ff3f09587ecc6fa86ecd (patch) | |
tree | 692b5d9d736188e2fafc418f17d70df8603f5f25 /src | |
parent | 78e1c99f529ab3299bba0d708d3e6800d76ec8f9 (diff) | |
download | kopete-otr-bb53dc16aec5a031f080ff3f09587ecc6fa86ecd.tar.gz kopete-otr-bb53dc16aec5a031f080ff3f09587ecc6fa86ecd.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/otrprefs.ui | 21 | ||||
-rw-r--r-- | src/smppopupui.ui | 12 | ||||
-rw-r--r-- | src/verifypopupui.ui | 3 |
3 files changed, 0 insertions, 36 deletions
diff --git a/src/otrprefs.ui b/src/otrprefs.ui index 2bcf214..b7a6770 100644 --- a/src/otrprefs.ui +++ b/src/otrprefs.ui @@ -52,9 +52,6 @@ <property name="text"> <string>&Generate</string> </property> - <property name="accel"> - <string>Alt+G</string> - </property> </widget> <widget class="TQComboBox" row="0" column="1"> <property name="name"> @@ -111,9 +108,6 @@ <property name="text"> <string>&Opportunistic</string> </property> - <property name="accel"> - <string>Alt+O</string> - </property> <property name="toolTip" stdset="0"> <string>Encrypt messages automatically if the other side supports OTR</string> </property> @@ -125,9 +119,6 @@ <property name="text"> <string>Ne&ver</string> </property> - <property name="accel"> - <string>Alt+V</string> - </property> <property name="toolTip" stdset="0"> <string>Never encrypt messages</string> </property> @@ -139,9 +130,6 @@ <property name="text"> <string>&Manual</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> <property name="checked"> <bool>false</bool> </property> @@ -159,9 +147,6 @@ <property name="text"> <string>Al&ways</string> </property> - <property name="accel"> - <string>Alt+W</string> - </property> <property name="checked"> <bool>false</bool> </property> @@ -262,9 +247,6 @@ <property name="text"> <string>&Verify Fingerprint</string> </property> - <property name="accel"> - <string>Alt+V</string> - </property> </widget> <widget class="TQPushButton" row="1" column="1"> <property name="name"> @@ -276,9 +258,6 @@ <property name="text"> <string>F&orget Fingerprint</string> </property> - <property name="accel"> - <string>Alt+O</string> - </property> </widget> </grid> </widget> diff --git a/src/smppopupui.ui b/src/smppopupui.ui index 8319ed2..45bf688 100644 --- a/src/smppopupui.ui +++ b/src/smppopupui.ui @@ -30,9 +30,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string>Alt+O</string> - </property> </widget> <widget class="KPushButton"> <property name="name"> @@ -49,9 +46,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string>Alt+C</string> - </property> </widget> <widget class="KLineEdit"> <property name="name"> @@ -119,9 +113,6 @@ <property name="text"> <string>&Manual Authentication</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> </widget> <widget class="KPushButton"> <property name="name"> @@ -138,9 +129,6 @@ <property name="text"> <string>&Help</string> </property> - <property name="accel"> - <string>Alt+H</string> - </property> </widget> </widget> <images> diff --git a/src/verifypopupui.ui b/src/verifypopupui.ui index 2749db7..98d0b26 100644 --- a/src/verifypopupui.ui +++ b/src/verifypopupui.ui @@ -26,9 +26,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string>Alt+O</string> - </property> </widget> <spacer row="3" column="0" rowspan="1" colspan="2"> <property name="name"> |