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/mainwnd.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/mainwnd.cpp')
-rw-r--r-- | src/gatscon/mainwnd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gatscon/mainwnd.cpp b/src/gatscon/mainwnd.cpp index bddaf08..5d31019 100644 --- a/src/gatscon/mainwnd.cpp +++ b/src/gatscon/mainwnd.cpp | |||
@@ -63,7 +63,7 @@ void MainWnd::proxy() | |||
63 | void MainWnd::open() | 63 | void MainWnd::open() |
64 | { | 64 | { |
65 | QString sFile = QFileDialog::getOpenFileName( | 65 | QString sFile = QFileDialog::getOpenFileName( |
66 | this, "GatsCon - open gats file" | 66 | this, "Gats Console - open gats file" |
67 | ); | 67 | ); |
68 | if( sFile.isEmpty() ) | 68 | if( sFile.isEmpty() ) |
69 | return; | 69 | return; |
@@ -107,7 +107,7 @@ void MainWnd::saveAs() | |||
107 | return; | 107 | return; |
108 | 108 | ||
109 | QString sFile = QFileDialog::getSaveFileName( | 109 | QString sFile = QFileDialog::getSaveFileName( |
110 | this, "GatsCon - save gats file" | 110 | this, "Gats Console - save gats file" |
111 | ); | 111 | ); |
112 | if( sFile.isEmpty() ) | 112 | if( sFile.isEmpty() ) |
113 | return; | 113 | return; |