gnome-build r497 - in trunk: . src/backends/libgbf_am
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-build r497 - in trunk: . src/backends/libgbf_am
- Date: Tue, 5 Feb 2008 22:13:30 +0000 (GMT)
Author: jhs
Date: Tue Feb 5 22:13:30 2008
New Revision: 497
URL: http://svn.gnome.org/viewvc/gnome-build?rev=497&view=rev
Log:
2008-02-05 Johannes Schmid <jhs gnome org>
* src/backends/libgbf_am/gbf-am-properties.c:
(gbf_am_properties_get_group_widget):
Fixed #503526 (translation issues)
Modified:
trunk/ChangeLog
trunk/src/backends/libgbf_am/gbf-am-properties.c
Modified: trunk/src/backends/libgbf_am/gbf-am-properties.c
==============================================================================
--- trunk/src/backends/libgbf_am/gbf-am-properties.c (original)
+++ trunk/src/backends/libgbf_am/gbf-am-properties.c Tue Feb 5 22:13:30 2008
@@ -1080,13 +1080,13 @@
add_configure_property (project, config, GBF_AM_CONFIG_ENTRY,
_("C compiler flags:"), NULL, "amcflags", table_cflags, 0);
add_configure_property (project, config, GBF_AM_CONFIG_ENTRY,
- _("C preprocessor flags"), NULL, "amcppflags", table_cflags, 1);
+ _("C preprocessor flags:"), NULL, "amcppflags", table_cflags, 1);
add_configure_property (project, config, GBF_AM_CONFIG_ENTRY,
- _("C++ compiler flags"), NULL, "amcxxflags", table_cflags, 2);
+ _("C++ compiler flags:"), NULL, "amcxxflags", table_cflags, 2);
add_configure_property (project, config, GBF_AM_CONFIG_ENTRY,
- _("gcj compiler flags (ahead-of-time)"), NULL, "amgcjflags", table_cflags, 3);
+ _("gcj compiler flags (ahead-of-time):"), NULL, "amgcjflags", table_cflags, 3);
add_configure_property (project, config, GBF_AM_CONFIG_ENTRY,
- _("Java compiler flags (just-in-time)"), NULL, "amjavaflags", table_cflags, 4);
+ _("Java compiler flags (just-in-time):"), NULL, "amjavaflags", table_cflags, 4);
add_configure_property (project, config, GBF_AM_CONFIG_ENTRY,
_("Fortran compiler flags:"), NULL, "amfflags", table_cflags, 5);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]