diff options
author | Michele Calgaro <[email protected]> | 2022-09-12 13:39:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-12 13:39:49 +0900 |
commit | 1412ac21be76d6d384c49e11bde94d48bf266a57 (patch) | |
tree | eb7535594c12f6c4c7f3a178b70c0c8426e325fb /kdpkg-install | |
parent | a1f95901722d7bbb1484991fd4676d51413907e5 (diff) | |
download | kdpkg-1412ac21be76d6d384c49e11bde94d48bf266a57.tar.gz kdpkg-1412ac21be76d6d384c49e11bde94d48bf266a57.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kdpkg-install')
-rw-r--r-- | kdpkg-install/installdialog.ui | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kdpkg-install/installdialog.ui b/kdpkg-install/installdialog.ui index 42220f3..eb004a7 100644 --- a/kdpkg-install/installdialog.ui +++ b/kdpkg-install/installdialog.ui @@ -30,9 +30,6 @@ <property name="text"> <string>A&bout</string> </property> - <property name="accel"> - <string>Alt+B</string> - </property> <property name="iconSet"> <iconset>image1</iconset> </property> @@ -44,9 +41,6 @@ <property name="text"> <string>Cl&ose</string> </property> - <property name="accel"> - <string>Alt+O</string> - </property> <property name="iconSet"> <iconset>image2</iconset> </property> @@ -58,9 +52,6 @@ <property name="text"> <string>Inst&all</string> </property> - <property name="accel"> - <string>Alt+A</string> - </property> </widget> <widget class="Line" row="1" column="0" rowspan="1" colspan="6"> <property name="name"> @@ -212,9 +203,6 @@ <property name="text"> <string>Res&ynchronize the package index files (recommended)</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -226,9 +214,6 @@ <property name="text"> <string>Skip Resynchroni&zation</string> </property> - <property name="accel"> - <string>Alt+Z</string> - </property> </widget> </grid> </widget> @@ -415,9 +400,6 @@ <property name="text"> <string>Ne&xt ></string> </property> - <property name="accel"> - <string>Alt+X</string> - </property> </widget> <widget class="TQPushButton" row="4" column="3"> <property name="name"> @@ -426,9 +408,6 @@ <property name="text"> <string>Ne&xt ></string> </property> - <property name="accel"> - <string>Alt+X</string> - </property> </widget> </grid> </widget> |