Ignore:
Timestamp:
11/19/13 12:01:52 (11 years ago)
Author:
jts21
Message:

New copy/paste handling, add pdfImporter, add dictionary and documentation to resources, other small changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameIO.java

    r454 r504  
    5858                IMAGES_PATH = PARENT_FOLDER + IMAGES_FOLDER;
    5959                HELP_PATH = PARENT_FOLDER + "documentation" + File.separator;
     60                DICT_PATH = PARENT_FOLDER + "dict" + File.separator;
    6061                PROFILE_PATH = PARENT_FOLDER + "profiles" + File.separator;
    6162                EXPORTS_DIR = PARENT_FOLDER + "exports" + File.separator;
     
    8384
    8485        public static String HELP_PATH;
     86       
     87        public static String DICT_PATH;
    8588
    8689        public static String PROFILE_PATH;
Note: See TracChangeset for help on using the changeset viewer.