Changeset 12462


Ignore:
Timestamp:
2006-08-17T17:23:55+12:00 (18 years ago)
Author:
mdewsnip
Message:

Added the GLI version number into the title bar, to make it easy to tell the GLI version from screenshots.

File:
1 edited

Legend:

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

    r12150 r12462  
    653653    StringBuffer title_buffer = new StringBuffer(Gatherer.PROGRAM_NAME);
    654654    title_buffer.append(StaticStrings.SPACE_CHARACTER);
     655    title_buffer.append(Gatherer.PROGRAM_VERSION);
     656    title_buffer.append(StaticStrings.SPACE_CHARACTER);
    655657    title_buffer.append(StaticStrings.SPACE_CHARACTER);
    656658    // Describe the current user mode
Note: See TracChangeset for help on using the changeset viewer.