summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-05-26 20:24:10 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-05-26 20:24:10 (GMT)
commitd65ae35e1e14c15c5ae9106e37254b163307934d (patch)
treeee040afb82692cf32d7d1f8a51a7f258ca5b9099
parent183966ef624e1a3813e2aa261440d5745a3dc820 (diff)
downloadswift-d65ae35e1e14c15c5ae9106e37254b163307934d.zip
swift-d65ae35e1e14c15c5ae9106e37254b163307934d.tar.bz2
Make the 'Read Notice' button more helpfully named.
-rw-r--r--Swift/QtUI/EventViewer/QtEventWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/EventViewer/QtEventWindow.cpp b/Swift/QtUI/EventViewer/QtEventWindow.cpp
index 567ac94..6abfd66 100644
--- a/Swift/QtUI/EventViewer/QtEventWindow.cpp
+++ b/Swift/QtUI/EventViewer/QtEventWindow.cpp
@@ -42,7 +42,7 @@ QtEventWindow::QtEventWindow(UIEventStream* eventStream, QWidget* parent) : QWid
view_->setIndentation(0);
view_->setRootIsDecorated(true);
- readButton_ = new QPushButton("Read Notice", this);
+ readButton_ = new QPushButton("Display Notice", this);
layout->addWidget(readButton_);
readButton_->setEnabled(false);
connect(readButton_, SIGNAL(clicked()), this, SLOT(handleReadClicked()));