Subject: options.xml: chat.next-tab and chat.previous-tab comments are misplaced.
"Switch to the next tab" and "Switch to the previous tab" options in the shortcuts section are now mixed up. Here's a patch to options/default.xml that fixes it (however, simply changing one word to another in two lines will probably be a more quickly action than applying a patch
):
--- options/default.xml.orig 2007-01-20 07:30:58.000000000 +0200
+++ options/default.xml 2007-01-20 23:33:36.531250000 +0200
@@ -133,8 +133,8 @@
</ui>
<shortcuts comment="Shortcuts">
<chat comment="Shortcuts in the chat dialog">
- <next-tab type="QKeySequence" comment="Switch to the previous tab">Ctrl+PgUp</next-tab>
- <previous-tab type="QKeySequence" comment="Switch to the next tab">Ctrl+PgDown</previous-tab>
+ <next-tab type="QKeySequence" comment="Switch to the next tab">Ctrl+PgUp</next-tab>
+ <previous-tab type="QKeySequence" comment="Switch to the previous tab">Ctrl+PgDown</previous-tab>
<find type="QKeySequence" comment="Find text">Ctrl+F</find>
<send type="QVariantList" comment="Sends the message">
<item type="QKeySequence">Return</item>
):--- options/default.xml.orig 2007-01-20 07:30:58.000000000 +0200
+++ options/default.xml 2007-01-20 23:33:36.531250000 +0200
@@ -133,8 +133,8 @@
</ui>
<shortcuts comment="Shortcuts">
<chat comment="Shortcuts in the chat dialog">
- <next-tab type="QKeySequence" comment="Switch to the previous tab">Ctrl+PgUp</next-tab>
- <previous-tab type="QKeySequence" comment="Switch to the next tab">Ctrl+PgDown</previous-tab>
+ <next-tab type="QKeySequence" comment="Switch to the next tab">Ctrl+PgUp</next-tab>
+ <previous-tab type="QKeySequence" comment="Switch to the previous tab">Ctrl+PgDown</previous-tab>
<find type="QKeySequence" comment="Find text">Ctrl+F</find>
<send type="QVariantList" comment="Sends the message">
<item type="QKeySequence">Return</item>

knyar
Show profile
Link to this post