Browse Source

Fix default notifications.whois pref being different to the default setting

git-svn-id: http://svn.dmdirc.com/trunk@3525 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Chris Smith 16 years ago
parent
commit
77b1da5805
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/dmdirc/config/prefs/PreferencesManager.java

+ 1
- 1
src/com/dmdirc/config/prefs/PreferencesManager.java View File

@@ -275,7 +275,7 @@ public class PreferencesManager {
275 275
                 "server", "Stoned server", "Where to display stoned server notifications",
276 276
                 options));
277 277
         category.addSetting(new PreferencesSetting("notifications", "whois",
278
-                "lastcommand:whois %4$s( %4$s)?", "Whois output", "Where to " +
278
+                "lastcommand:(raw )?whois %4$s( %4$s)?", "Whois output", "Where to " +
279 279
                 "display /whois output",
280 280
                 whoisOptions));
281 281
         category.addSetting(new PreferencesSetting("notifications", "lusers",

Loading…
Cancel
Save