[libgda] Gsa-Sql tool: corrected Windows welcome message
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Gsa-Sql tool: corrected Windows welcome message
- Date: Sun, 28 Aug 2011 19:44:05 +0000 (UTC)
commit 326c25cf5ef7dc2d6998a664f63f3413e8151835
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]