comparison Lang/ITranslatableWithActions.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
comparison
equal deleted inserted replaced
32:5e0e85cbfd6e 33:70c46caee508
1 // This file (ITranslatableWithActions.cs) is a part of the IBBoard.GtkSharp project and is copyright 2010 IBBoard 1 // This file (ITranslatableWithActions.cs) is a part of the IBBoard.GtkSharp project and is copyright 2010 IBBoard
2 // 2 //
3 // 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. 3 // 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.
4 4
5 using System;
6 using IBBoard.Lang; 5 using IBBoard.Lang;
7 using Gtk; 6 using Gtk;
8 using System.Collections.Generic; 7 using System.Collections.Generic;
9 8
10 namespace IBBoard.GtkSharp 9 namespace IBBoard.GtkSharp