Changeset 2874 for libpipi/trunk/ThePimp/ToolBox.cs
- Timestamp:
- Oct 5, 2008, 10:31:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/ThePimp/ToolBox.cs
r2872 r2874 1 // ToolBox.cs created with MonoDevelop2 // User: sam at 12:31 05/10/20083 1 // 4 // To change standard headers go to Edit->Preferences->Coding->Standard Headers 2 // The Pimp The Pathetic Image Manipulation Program 3 // Copyright (c) 2004-2008 Sam Hocevar <sam@zoy.org> 4 // All Rights Reserved 5 // 6 // $Id$ 7 // 8 // This library is free software. It comes without any warranty, to 9 // the extent permitted by applicable law. You can redistribute it 10 // and/or modify it under the terms of the Do What The Fuck You Want 11 // To Public License, Version 2, as published by Sam Hocevar. See 12 // http://sam.zoy.org/wtfpl/COPYING for more details. 5 13 // 6 14 … … 9 17 namespace ThePimp 10 18 { 11 12 13 19 public partial class ToolBox : Gtk.Bin 14 20 { 15 16 21 public ToolBox() 17 22 {
Note: See TracChangeset
for help on using the changeset viewer.