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/proxywidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gatscon/proxywidget.cpp') 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() ); } } -- cgit v1.2.3