[libgda/LIBGDA_4.2] Misc. minor corrections
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda/LIBGDA_4.2] Misc. minor corrections
- Date: Wed, 23 Mar 2011 16:52:11 +0000 (UTC)
commit 4a6d1ca4bc2c6a181202fc1ab7d5b9b77129b5e2
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 708eb68..5a17ec2 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]