[libgda] Misc. minor corrections



commit 638d79085cbbd1cb02967c4f3cd5f7d0d46ad1d7
Author: Vivien Malerba <malerba gnome-db org>
Date:   Thu Mar 17 20:40:39 2011 +0100

    Misc. minor corrections

 libgda-ui/gdaui-basic-form.c |    2 +-
 tests/providers/README       |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libgda-ui/gdaui-basic-form.c b/libgda-ui/gdaui-basic-form.c
index 2c034c2..0fd8f75 100644
--- a/libgda-ui/gdaui-basic-form.c
+++ b/libgda-ui/gdaui-basic-form.c
@@ -2124,7 +2124,7 @@ gdaui_basic_form_new_in_dialog (GdaSet *data_set, GtkWindow *parent,
 
 	rtitle = title;
 	if (!rtitle)
-		rtitle = _("Values to be filled");
+		rtitle = _("Values to be defined");
 
 	dlg = gtk_dialog_new_with_buttons (rtitle, parent,
 					   GTK_DIALOG_MODAL,
diff --git a/tests/providers/README b/tests/providers/README
index e180e71..97c62e2 100644
--- a/tests/providers/README
+++ b/tests/providers/README
@@ -54,6 +54,8 @@ EXAMPLES
 Here are some examples of the environment variables for the various providers:
 
 export MYSQL_DBCREATE_PARAMS="HOST=localhost"
+export MYSQL_DBCREATE_PARAMS="HOST=gdatester;ADM_LOGIN=gdauser;ADM_PASSWORD=GdaUser"
+export MYSQL_CNC_PARAMS="HOST=gdatester;USERNAME=gdauser;PASSWORD=GdaUser"
 
 export POSTGRESQL_DBCREATE_PARAMS="HOST=gdatester;PORT=5432;ADM_LOGIN=gdauser;ADM_PASSWORD=GdaUser"
 export POSTGRESQL_CNC_PARAMS="HOST=gdatester;PORT=5432;USERNAME=gdauser;PASSWORD=GdaUser"



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