diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 22:27:12 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 22:27:12 +0200 |
commit | f61726ba4924e1c67dae9097861a258d20c63f33 (patch) | |
tree | e4fcd19cf1a827dd270b7b9f94e802bd00e42c5a /src/gtk2-prefs | |
parent | e500363aff94526152fe9f3cb0a06959ec4153db (diff) |
Remove the last remnants of XChat-WDK
Diffstat (limited to 'src/gtk2-prefs')
-rw-r--r-- | src/gtk2-prefs/interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk2-prefs/interface.cpp b/src/gtk2-prefs/interface.cpp index 7c1cc53c..94279697 100644 --- a/src/gtk2-prefs/interface.cpp +++ b/src/gtk2-prefs/interface.cpp @@ -304,7 +304,7 @@ create_main_window (void) gtk_widget_show (image2); gtk_box_pack_start (GTK_BOX (hbox6665), image2, FALSE, FALSE, 0); - label2 = gtk_label_new ("You should restart XChat-WDK\nfor this change to take effect."); + label2 = gtk_label_new ("You should restart HexChat\nfor this change to take effect."); gtk_widget_set_name (label2, "label2"); gtk_widget_show (label2); gtk_box_pack_start (GTK_BOX (hbox6665), label2, FALSE, FALSE, 0); |