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:47 +0900 | 
| commit | e7666bdaaba4c058d7b6aa14d95f16c9de365512 (patch) | |
| tree | b1a92aa5a0871b221e89f6795d3ab539fbe86798 | |
| parent | f193539f0219ce911e865c77cdc9bb4172e94e42 (diff) | |
| download | kooldock-e7666bdaaba4c058d7b6aa14d95f16c9de365512.tar.gz kooldock-e7666bdaaba4c058d7b6aa14d95f16c9de365512.zip | |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4e738ebe93cb7543139fa7c5234ff6f86b353bd4)
| -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> | 
