diff options
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 | ||