diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-13 12:33:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-13 12:33:22 +0900 |
commit | 4e738ebe93cb7543139fa7c5234ff6f86b353bd4 (patch) | |
tree | 7555832a9189bdf1ca70b7baca8060142b3e6f5f | |
parent | c579f16bc44a68321a57a33499cb814c7429a67a (diff) | |
download | kooldock-4e738ebe93cb7543139fa7c5234ff6f86b353bd4.tar.gz kooldock-4e738ebe93cb7543139fa7c5234ff6f86b353bd4.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/appProp.ui | 9 | ||||
-rw-r--r-- | src/setupdialog.ui | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/src/appProp.ui b/src/appProp.ui index 11d0cc1..20a1ef1 100644 --- a/src/appProp.ui +++ b/src/appProp.ui @@ -52,9 +52,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -66,9 +63,6 @@ <property name="text"> <string>&Add</string> </property> - <property name="accel"> - <string>Alt+A</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -193,9 +187,6 @@ <property name="text"> <string>&Browse</string> </property> - <property name="accel"> - <string>Alt+B</string> - </property> </widget> <widget class="TDEIconButton" row="0" column="2" rowspan="2" colspan="1"> <property name="name"> diff --git a/src/setupdialog.ui b/src/setupdialog.ui index 880fe59..fe3f5c5 100644 --- a/src/setupdialog.ui +++ b/src/setupdialog.ui @@ -56,9 +56,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -70,9 +67,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -735,9 +729,6 @@ <property name="text"> <string>Manually &add Application</string> </property> - <property name="accel"> - <string>Alt+A</string> - </property> <property name="toolTip" stdset="0"> <string>Click here to manually add an application to the Launcher</string> </property> |