diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-14 11:21:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-14 11:21:06 +0900 |
commit | db87584403b609a26902ca6cc4726e52cc6de958 (patch) | |
tree | 2852fb24a519ca79cbedbfc296a52bcdd94b3c19 | |
parent | aa30946cb86625636be9dc1ce0ac452ab79f423f (diff) | |
download | tde-style-baghira-db87584403b609a26902ca6cc4726e52cc6de958.tar.gz tde-style-baghira-db87584403b609a26902ca6cc4726e52cc6de958.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | sidebar/linkconfig.ui | 6 | ||||
-rw-r--r-- | starter/configdialog.ui | 6 | ||||
-rw-r--r-- | starter/linkconfig.ui | 6 | ||||
-rw-r--r-- | starter/starterconfig.ui | 6 |
4 files changed, 0 insertions, 24 deletions
diff --git a/sidebar/linkconfig.ui b/sidebar/linkconfig.ui index 717edcb..bdecde2 100644 --- a/sidebar/linkconfig.ui +++ b/sidebar/linkconfig.ui @@ -98,9 +98,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -115,9 +112,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/starter/configdialog.ui b/starter/configdialog.ui index 24daa2b..c03f767 100644 --- a/starter/configdialog.ui +++ b/starter/configdialog.ui @@ -74,9 +74,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -91,9 +88,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/starter/linkconfig.ui b/starter/linkconfig.ui index e2e9a32..c701e64 100644 --- a/starter/linkconfig.ui +++ b/starter/linkconfig.ui @@ -54,9 +54,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -71,9 +68,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/starter/starterconfig.ui b/starter/starterconfig.ui index 2c80380..d86df9f 100644 --- a/starter/starterconfig.ui +++ b/starter/starterconfig.ui @@ -126,9 +126,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -143,9 +140,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |