gimp r26363 - in trunk: . plug-ins/common
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26363 - in trunk: . plug-ins/common
- Date: Mon, 4 Aug 2008 14:34:43 +0000 (UTC)
Author: neo
Date: Mon Aug 4 14:34:42 2008
New Revision: 26363
URL: http://svn.gnome.org/viewvc/gimp?rev=26363&view=rev
Log:
2008-08-04 Sven Neumann <sven gimp org>
* plug-ins/common/blur-motion.c (mblur_dialog): added
translation
context to blur-type menu (bug #546204).
Modified:
trunk/ChangeLog
trunk/plug-ins/common/blur-motion.c
Modified: trunk/plug-ins/common/blur-motion.c
==============================================================================
--- trunk/plug-ins/common/blur-motion.c (original)
+++ trunk/plug-ins/common/blur-motion.c Mon Aug 4 14:34:42 2008
@@ -1046,9 +1046,9 @@
G_CALLBACK (mblur_radio_button_update),
&mbvals.mblur_type, mbvals.mblur_type,
- _("_Linear"), MBLUR_LINEAR, NULL,
- _("_Radial"), MBLUR_RADIAL, NULL,
- _("_Zoom"), MBLUR_ZOOM, NULL,
+ C_("blur-type", "_Linear"), MBLUR_LINEAR, NULL,
+ C_("blur-type", "_Radial"), MBLUR_RADIAL, NULL,
+ C_("blur-type", "_Zoom"), MBLUR_ZOOM, NULL,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]