Ignore:
Timestamp:
Oct 5, 2008, 10:31:28 PM (14 years ago)
Author:
Sam Hocevar
Message:

ThePimp?: we can now save files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/ThePimp/ToolBox.cs

    r2872 r2874  
    1 // ToolBox.cs created with MonoDevelop
    2 // User: sam at 12:31 05/10/2008
    31//
    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.
    513//
    614
     
    917namespace ThePimp
    1018{
    11    
    12    
    1319    public partial class ToolBox : Gtk.Bin
    1420    {
    15        
    1621        public ToolBox()
    1722        {
Note: See TracChangeset for help on using the changeset viewer.