Changeset 14774 for gli


Ignore:
Timestamp:
2007-11-06T12:21:09+13:00 (16 years ago)
Author:
oranfry
Message:

giving credit to the maker of the new folder and delete icons

Location:
gli/branches/2.75
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gli/branches/2.75/classes/dictionary.properties

    r14769 r14774  
    1212AboutDialog.Item7:'Add ghosted drag images to your JTrees' - By Andrew J. Armstrong (http://www.javaworld.com/javaworld/javatips/jw-javatip114.html)
    1313AboutDialog.Item8:'Stop annoying java.prefs error when you don't have superuser access' - Thanks to Walter Schatz
     14AboutDialog.Item9:New folder, delete and help icons from the Dropline Neu! icon set by Silvestre Herrera, from to http://art.gnome.org/
    1415AboutDialog.Java_Req:Java is a trademark of Sun Microsystems Inc. The JRE is redistributed as per the Supplemental License Terms, found at http://java.sun.com/j2se/1.4.1/j2re-1_4_1_02-license.html
    1516AboutDialog.Java_Req_One:This product includes code licensed from RSA Security, Inc.
  • gli/branches/2.75/src/org/greenstone/gatherer/gui/AboutDialog.java

    r12119 r14774  
    140140    text.append("\n\n");
    141141    text.append(Dictionary.get("AboutDialog.Item8"));
     142    text.append("\n\n");
     143    text.append(Dictionary.get("AboutDialog.Item9"));
     144    text.append("\n\n");
    142145    text.setCaretPosition(0);
    143146
Note: See TracChangeset for help on using the changeset viewer.