[libgda/LIBGDA_4.2] Gsa-Sql tool: corrected Windows welcome message



commit 3a246e38e4269f5e29ceea1e61d04c261982a64d
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Aug 28 21:42:51 2011 +0200

    Gsa-Sql tool: corrected Windows welcome message

 tools/gda-sql.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/gda-sql.c b/tools/gda-sql.c
index b61122f..8543066 100644
--- a/tools/gda-sql.c
+++ b/tools/gda-sql.c
@@ -282,7 +282,7 @@ main (int argc, char *argv[])
 
 		wHnd = GetStdHandle(STD_OUTPUT_HANDLE);
 
-		SetConsoleTitle ("Gda console, version " PACKAGE_VERSION);
+		SetConsoleTitle ("GDA SQL console, version " PACKAGE_VERSION);
 		SetConsoleWindowInfo (wHnd, TRUE, &windowSize);
 #endif
 		g_print (_("Welcome to the GDA SQL console, version " PACKAGE_VERSION));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]