diff options
Diffstat (limited to '')
| -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 | ||
