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/clientwidget.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/clientwidget.cpp')
-rw-r--r-- | src/gatscon/clientwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() | |||
64 | } | 64 | } |
65 | catch( Bu::ExceptionBase &e ) | 65 | catch( Bu::ExceptionBase &e ) |
66 | { | 66 | { |
67 | QMessageBox::critical( this, "GatsCon - Error", e.what() ); | 67 | QMessageBox::critical( this, "Gats Console - Error", e.what() ); |
68 | } | 68 | } |
69 | } | 69 | } |
70 | 70 | ||