Categories in the settings dialog are now clickable
[quassel.git] / src / qtui / settingspages / backlogsettingspage.cpp
index eb5c59c..3302bf2 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -24,7 +24,7 @@
 #include "backlogsettings.h"
 
 BacklogSettingsPage::BacklogSettingsPage(QWidget *parent)
-  : SettingsPage(tr("Behaviour"), tr("Backlog"), parent)
+  : SettingsPage(tr("Misc"), tr("Backlog"), parent)
 {
   ui.setupUi(this);
   initAutoWidgets();