diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-05-26 20:24:10 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-05-26 20:24:10 (GMT) |
commit | d65ae35e1e14c15c5ae9106e37254b163307934d (patch) | |
tree | ee040afb82692cf32d7d1f8a51a7f258ca5b9099 /Swift/QtUI/EventViewer/QtEventWindow.cpp | |
parent | 183966ef624e1a3813e2aa261440d5745a3dc820 (diff) | |
download | swift-contrib-d65ae35e1e14c15c5ae9106e37254b163307934d.zip swift-contrib-d65ae35e1e14c15c5ae9106e37254b163307934d.tar.bz2 |
Make the 'Read Notice' button more helpfully named.
Diffstat (limited to 'Swift/QtUI/EventViewer/QtEventWindow.cpp')
-rw-r--r-- | Swift/QtUI/EventViewer/QtEventWindow.cpp | 2 |
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())); |