Ignore:
Timestamp:
2008-07-10T13:31:54+12:00 (16 years ago)
Author:
ak19
Message:

Lets GLI main window display server version number at the top

File:
1 edited

Legend:

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

    r14974 r16336  
    652652    title_buffer.append(StaticStrings.SPACE_CHARACTER);
    653653    title_buffer.append(StaticStrings.SPACE_CHARACTER);
     654    // Server version information
     655    title_buffer.append(Gatherer.getServerVersionAsString());
     656    title_buffer.append(StaticStrings.SPACE_CHARACTER);
     657    title_buffer.append(StaticStrings.SPACE_CHARACTER);
    654658    // Describe the current user mode
    655659    title_buffer.append(StaticStrings.MODE_STR);
Note: See TracChangeset for help on using the changeset viewer.