summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc
authorskyhusker <skyhusker>2005-01-14 20:47:46 (UTC)
committer skyhusker <skyhusker>2005-01-14 20:47:46 (UTC)
commitf572b6a41ab3576957b29d73b54bfc34adeea07c (patch) (side-by-side diff)
tree1391c7e32e6eeee8d94031ab908c2f7e7bc7629f /noncore/net/opieirc
parente5f33e8eba48c12edf0dc5a48a61024eb42fbaf9 (diff)
downloadopie-f572b6a41ab3576957b29d73b54bfc34adeea07c.zip
opie-f572b6a41ab3576957b29d73b54bfc34adeea07c.tar.gz
opie-f572b6a41ab3576957b29d73b54bfc34adeea07c.tar.bz2
Changed default notification color
Diffstat (limited to 'noncore/net/opieirc') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/ircsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opieirc/ircsettings.cpp b/noncore/net/opieirc/ircsettings.cpp
index 7a1dd6c..86e0f11 100644
--- a/noncore/net/opieirc/ircsettings.cpp
+++ b/noncore/net/opieirc/ircsettings.cpp
@@ -90,7 +90,7 @@ IRCSettings::IRCSettings(QWidget* parent, const char* name, bool modal, WFlags)
layout->addWidget(m_server, 5, 1);
label = new QLabel(tr("Notifications :"), widget);
layout->addWidget(label, 6, 0);
- m_notification = new OColorButton(widget, m_config->readEntry("NotificationColor", "#AAE300"));
+ m_notification = new OColorButton(widget, m_config->readEntry("NotificationColor", "#006400"));
QWhatsThis::add(m_notification, tr("Text color to be used to display notifications"));
layout->addWidget(m_notification, 6, 1);
tw->addTab(view, "opieirc/colors", tr("Colors"));