Ignore:
Timestamp:
2010-08-19T14:21:42+12:00 (14 years ago)
Author:
sjm84
Message:

Client GLI will now use the new clientcli icon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java

    r22682 r22684  
    353353        // Pretty corner icon
    354354        String gsmall_image = "gatherer.png";
    355         if (Configuration.fedora_info.isActive()) {
     355        if(Gatherer.isGsdlRemote) {
     356        gsmall_image = "client-" + gsmall_image;
     357        }
     358        else if (Configuration.fedora_info.isActive()) {
    356359        gsmall_image = "fli-" + gsmall_image;
    357360        }
Note: See TracChangeset for help on using the changeset viewer.