Просмотр исходного кода

Case sensitivity sucks.

pull/391/head
Greg Holmes 9 лет назад
Родитель
Сommit
e25afbd152
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoManager.java

+ 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
 

Загрузка…
Отмена
Сохранить