gtk+ r21091 - in trunk: . gtk
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21091 - in trunk: . gtk
- Date: Tue, 12 Aug 2008 11:32:35 +0000 (UTC)
Author: neo
Date: Tue Aug 12 11:32:35 2008
New Revision: 21091
URL: http://svn.gnome.org/viewvc/gtk+?rev=21091&view=rev
Log:
2008-08-12 Sven Neumann <sven gimp org>
* gtk/gtknotebook.c
* gtk/gtkradiotoolbutton.c: property nick and blurb should be
marked with P_(), not _().
Modified:
trunk/ChangeLog
trunk/gtk/gtknotebook.c
trunk/gtk/gtkradiotoolbutton.c
Modified: trunk/gtk/gtknotebook.c
==============================================================================
--- trunk/gtk/gtknotebook.c (original)
+++ trunk/gtk/gtknotebook.c Tue Aug 12 11:32:35 2008
@@ -831,8 +831,8 @@
*/
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("arrow-spacing",
- _("Arrow spacing"),
- _("Scroll arrow spacing"),
+ P_("Arrow spacing"),
+ P_("Scroll arrow spacing"),
0,
G_MAXINT,
0,
Modified: trunk/gtk/gtkradiotoolbutton.c
==============================================================================
--- trunk/gtk/gtkradiotoolbutton.c (original)
+++ trunk/gtk/gtkradiotoolbutton.c Tue Aug 12 11:32:35 2008
@@ -62,8 +62,8 @@
g_object_class_install_property (object_class,
PROP_GROUP,
g_param_spec_object ("group",
- _("Group"),
- _("The radio tool button whose group this button belongs to."),
+ P_("Group"),
+ P_("The radio tool button whose group this button belongs to."),
GTK_TYPE_RADIO_TOOL_BUTTON,
GTK_PARAM_WRITABLE));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]