From 66f972a288916824d9001c1931bf4c5db1bed82b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 23 May 2011 22:30:16 +0000 Subject: Minor change, just rebranded GatsCon to "Gats Console" for the display. --- src/gatscon/clientwidget.cpp | 2 +- src/gatscon/connectdlg.ui | 2 +- src/gatscon/filewidget.cpp | 2 +- src/gatscon/mainwnd.cpp | 4 ++-- src/gatscon/mainwnd.ui | 2 +- src/gatscon/proxywidget.cpp | 4 ++-- src/gatscon/setupproxydlg.ui | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/gatscon') diff --git a/src/gatscon/clientwidget.cpp b/src/gatscon/clientwidget.cpp index c9cb4c1..941d9fa 100644 --- a/src/gatscon/clientwidget.cpp +++ b/src/gatscon/clientwidget.cpp @@ -64,7 +64,7 @@ void ClientWidget::send() } catch( Bu::ExceptionBase &e ) { - QMessageBox::critical( this, "GatsCon - Error", e.what() ); + QMessageBox::critical( this, "Gats Console - Error", e.what() ); } } diff --git a/src/gatscon/connectdlg.ui b/src/gatscon/connectdlg.ui index fd2d909..6875e27 100644 --- a/src/gatscon/connectdlg.ui +++ b/src/gatscon/connectdlg.ui @@ -11,7 +11,7 @@ - GatsCon - Connect + Gats Console - Connect diff --git a/src/gatscon/filewidget.cpp b/src/gatscon/filewidget.cpp index 70f7b03..dbd70fd 100644 --- a/src/gatscon/filewidget.cpp +++ b/src/gatscon/filewidget.cpp @@ -55,7 +55,7 @@ void FileWidget::saveTo( const QString &sFile ) void FileWidget::addRootItem() { - QString sText = QInputDialog::getText( this, "GatsCon - Add Root Item", + QString sText = QInputDialog::getText( this, "Gats Console - Add Root Item", "Gats:"); Gats::Object *pObj = Gats::Object::strToGats( sText.toAscii().constData() ); QTreeWidgetItem *pNew = new QTreeWidgetItem( diff --git a/src/gatscon/mainwnd.cpp b/src/gatscon/mainwnd.cpp index bddaf08..5d31019 100644 --- a/src/gatscon/mainwnd.cpp +++ b/src/gatscon/mainwnd.cpp @@ -63,7 +63,7 @@ void MainWnd::proxy() void MainWnd::open() { QString sFile = QFileDialog::getOpenFileName( - this, "GatsCon - open gats file" + this, "Gats Console - open gats file" ); if( sFile.isEmpty() ) return; @@ -107,7 +107,7 @@ void MainWnd::saveAs() return; QString sFile = QFileDialog::getSaveFileName( - this, "GatsCon - save gats file" + this, "Gats Console - save gats file" ); if( sFile.isEmpty() ) return; diff --git a/src/gatscon/mainwnd.ui b/src/gatscon/mainwnd.ui index 397860e..01f534a 100644 --- a/src/gatscon/mainwnd.ui +++ b/src/gatscon/mainwnd.ui @@ -11,7 +11,7 @@ - GatsCon + Gats Console diff --git a/src/gatscon/proxywidget.cpp b/src/gatscon/proxywidget.cpp index 3792e31..215f95f 100644 --- a/src/gatscon/proxywidget.cpp +++ b/src/gatscon/proxywidget.cpp @@ -70,7 +70,7 @@ void ProxyWidget::sendToClient() } catch( Bu::ExceptionBase &e ) { - QMessageBox::critical( this, "GatsCon - Error", e.what() ); + QMessageBox::critical( this, "Gats Console - Error", e.what() ); } } @@ -95,7 +95,7 @@ void ProxyWidget::sendToServer() } catch( Bu::ExceptionBase &e ) { - QMessageBox::critical( this, "GatsCon - Error", e.what() ); + QMessageBox::critical( this, "Gats Console - Error", e.what() ); } } diff --git a/src/gatscon/setupproxydlg.ui b/src/gatscon/setupproxydlg.ui index 8482193..c713baf 100644 --- a/src/gatscon/setupproxydlg.ui +++ b/src/gatscon/setupproxydlg.ui @@ -11,7 +11,7 @@ - GatsCon - Setup Proxy + Gats Console - Setup Proxy -- cgit v1.2.3