diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-05-23 22:30:16 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-05-23 22:30:16 +0000 |
commit | 66f972a288916824d9001c1931bf4c5db1bed82b (patch) | |
tree | 81d2d2f8dd53515e8f679ad50946e2009f28161b /src/gatscon/proxywidget.cpp | |
parent | 497e10fc23638fdcc1e737c705daf7fe59bc3301 (diff) | |
download | libgats-66f972a288916824d9001c1931bf4c5db1bed82b.tar.gz libgats-66f972a288916824d9001c1931bf4c5db1bed82b.tar.bz2 libgats-66f972a288916824d9001c1931bf4c5db1bed82b.tar.xz libgats-66f972a288916824d9001c1931bf4c5db1bed82b.zip |
Minor change, just rebranded GatsCon to "Gats Console" for the display.
Diffstat (limited to 'src/gatscon/proxywidget.cpp')
-rw-r--r-- | src/gatscon/proxywidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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() | |||
70 | } | 70 | } |
71 | catch( Bu::ExceptionBase &e ) | 71 | catch( Bu::ExceptionBase &e ) |
72 | { | 72 | { |
73 | QMessageBox::critical( this, "GatsCon - Error", e.what() ); | 73 | QMessageBox::critical( this, "Gats Console - Error", e.what() ); |
74 | } | 74 | } |
75 | } | 75 | } |
76 | 76 | ||
@@ -95,7 +95,7 @@ void ProxyWidget::sendToServer() | |||
95 | } | 95 | } |
96 | catch( Bu::ExceptionBase &e ) | 96 | catch( Bu::ExceptionBase &e ) |
97 | { | 97 | { |
98 | QMessageBox::critical( this, "GatsCon - Error", e.what() ); | 98 | QMessageBox::critical( this, "Gats Console - Error", e.what() ); |
99 | } | 99 | } |
100 | } | 100 | } |
101 | 101 | ||