diff options
Diffstat (limited to 'Swift')
-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())); |