Ignore:
Timestamp:
11/07/19 12:22:50 (5 years ago)
Author:
bnemhaus
Message:

Copying images in Expeditee now duplicates the associated file on the filesystem.
Also changed USER_NAME back to USER.NAME on David's direction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/settings/UserSettings.java

    r1440 r1441  
    6969                String profileName = UserSettings.ProfileName.get();
    7070                        if(text.getText().indexOf(':') == -1 || !text.hasLink()) {
    71                                 if (!profileName.equals(ProfileManager.USER_NAME_PATTERN)) {
     71                                if (!profileName.equals(ProfileManager.USER_NAME_FLAG)) {
    7272                                        text.setLink(profileName + "1");
    7373                                }
Note: See TracChangeset for help on using the changeset viewer.