f-spot r3856 - trunk/src/Extensions
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3856 - trunk/src/Extensions
- Date: Tue, 29 Apr 2008 12:53:24 +0100 (BST)
Author: sdelcroix
Date: Tue Apr 29 11:53:24 2008
New Revision: 3856
URL: http://svn.gnome.org/viewvc/f-spot?rev=3856&view=rev
Log:
allow translatable menu items for extensions
Modified:
trunk/src/Extensions/MenuNode.cs
Modified: trunk/src/Extensions/MenuNode.cs
==============================================================================
--- trunk/src/Extensions/MenuNode.cs (original)
+++ trunk/src/Extensions/MenuNode.cs Tue Apr 29 11:53:24 2008
@@ -92,7 +92,7 @@
public abstract class MenuNode : ExtensionNode
{
- [NodeAttribute]
+ [NodeAttribute (Localizable=true)]
protected string _label;
[NodeAttribute]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]