Переглянути джерело

Case sensitivity sucks.

pull/391/head
Greg Holmes 9 роки тому
джерело
коміт
e25afbd152

+ 1
- 1
channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoManager.java Переглянути файл

@@ -93,7 +93,7 @@ public class ChannelWhoManager {
93 93
     @Handler
94 94
     void handleGroupChatPrefsRequestedEvent(final GroupChatPrefsRequestedEvent event) {
95 95
         event.getCategory().addSetting(new PreferencesSetting(PreferencesType.BOOLEAN, domain,
96
-                "sendWho", "Send Who Requests", "Should we send who requests to the channel?",
96
+                "sendwho", "Send Who Requests", "Should we send who requests to the channel?",
97 97
                 event.getConfig(), event.getIdentity()));
98 98
     }
99 99
 

Завантаження…
Відмінити
Зберегти