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/clientwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gatscon/clientwidget.cpp') 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() } catch( Bu::ExceptionBase &e ) { - QMessageBox::critical( this, "GatsCon - Error", e.what() ); + QMessageBox::critical( this, "Gats Console - Error", e.what() ); } } -- cgit v1.2.3