diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 13:50:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 13:50:06 +0900 |
commit | 80928325ae0f4970eda99a31f03cd08231b55aed (patch) | |
tree | 3433f65211fb608eee26894481786fdf0181e60b /kopete/protocols/groupwise/ui | |
parent | 3ea935ebd87b3cfbe1b69e9264b5d1ccb24f4bb7 (diff) | |
download | tdenetwork-80928325ae0f4970eda99a31f03cd08231b55aed.tar.gz tdenetwork-80928325ae0f4970eda99a31f03cd08231b55aed.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/protocols/groupwise/ui')
-rw-r--r-- | kopete/protocols/groupwise/ui/gwchatpropswidget.ui | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kopete/protocols/groupwise/ui/gwchatpropswidget.ui b/kopete/protocols/groupwise/ui/gwchatpropswidget.ui index 3a10b5a6..4b920ff6 100644 --- a/kopete/protocols/groupwise/ui/gwchatpropswidget.ui +++ b/kopete/protocols/groupwise/ui/gwchatpropswidget.ui @@ -228,9 +228,6 @@ <property name="text"> <string>Archived</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>Indicates if the chatroom is being archived on the server</string> </property> @@ -283,9 +280,6 @@ <property name="text"> <string>Read Message</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>General permission to read messages in the chatroom</string> </property> @@ -297,9 +291,6 @@ <property name="text"> <string>Write Message</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>General permission to write messages in the chatroom</string> </property> @@ -311,9 +302,6 @@ <property name="text"> <string>Modify Access</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>General permission to modify the chatroom's access control list</string> </property> |