diff Translatable/TranslatableWindowWithActions.cs @ 33:70c46caee508

* Resolve conflicts between System.Action and Gtk.Action no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 13 Feb 2011 16:18:09 +0000
parents 06715f517af6
children
line wrap: on
line diff
--- a/Translatable/TranslatableWindowWithActions.cs	Wed Jan 26 20:01:21 2011 +0000
+++ b/Translatable/TranslatableWindowWithActions.cs	Sun Feb 13 16:18:09 2011 +0000
@@ -2,9 +2,9 @@
 // 
 // // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license.
 
-using System;
 using System.Collections.Generic;
 using Gtk;
+using System;
 
 namespace IBBoard.GtkSharp.Translatable
 {
@@ -26,7 +26,7 @@
 			//Do nothing extra
 		}
 
-		public abstract ICollection<Action> Actions
+		public abstract ICollection<Gtk.Action> Actions
 		{
 			get;
 		}