[libgda] Misc. corrections
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Misc. corrections
- Date: Wed, 16 Feb 2011 15:01:20 +0000 (UTC)
commit c1898272c85caf263e78c42e43f2f13e83adb384
Author: Vivien Malerba <malerba gnome-db org>
Date: Wed Feb 16 15:21:36 2011 +0100
Misc. corrections
libgda-report/engine/Makefile.am | 2 +-
libgda-ui/gdaui-rt-editor.c | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/libgda-report/engine/Makefile.am b/libgda-report/engine/Makefile.am
index 27e69ca..ce341c2 100644
--- a/libgda-report/engine/Makefile.am
+++ b/libgda-report/engine/Makefile.am
@@ -27,7 +27,7 @@ libgda_report_engine_4_0_la_LIBADD = $(LIBGDA_LIBS) \
test_rt_parser_SOURCES = \
test-rt-parser.c
-test_rt_parser_LDFLAGS = libgda-report-engine-4.0.la $(GDKPIXBUF_LIBS)
+test_rt_parser_LDADD = libgda-report-engine-4.0.la $(GDKPIXBUF_LIBS)
gdareportincludedir=$(includedir)/libgda-$(GDA_ABI_MAJOR_VERSION).$(GDA_ABI_MINOR_VERSION)/libgda-report
gdareportinclude_HEADERS=$(gda_report_headers)
diff --git a/libgda-ui/gdaui-rt-editor.c b/libgda-ui/gdaui-rt-editor.c
index 590b6e4..44042a0 100644
--- a/libgda-ui/gdaui-rt-editor.c
+++ b/libgda-ui/gdaui-rt-editor.c
@@ -160,10 +160,9 @@ static const GtkToggleActionEntry ui_toggle_actions [] =
{ "ActionHelp", GTK_STOCK_HELP, N_("_Syntax help"), NULL, N_("Show syntax help"), G_CALLBACK (help_cb), FALSE}
};
-/* STOCK_SELECT_COLOR */
static const GtkActionEntry ui_actions[] = {
{ "ActionAddImage", "insert-image", N_("_Add image"), NULL, N_("Insert image"), G_CALLBACK (add_image_cb)},
- { "ActionReset", GTK_STOCK_CLEAR, N_("_Reset"), NULL, N_("Reset to normal text"), G_CALLBACK (reset_all_cb)},
+ { "ActionReset", GTK_STOCK_CLEAR, N_("_Normal text"), NULL, N_("Reset to normal text"), G_CALLBACK (reset_all_cb)},
};
static const gchar *ui_actions_info =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]