Changeset 16336
- Timestamp:
- 2008-07-10T13:31:54+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gli/trunk/src/org/greenstone/gatherer/gui/GUIManager.java
r14974 r16336 652 652 title_buffer.append(StaticStrings.SPACE_CHARACTER); 653 653 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); 654 658 // Describe the current user mode 655 659 title_buffer.append(StaticStrings.MODE_STR);
Note:
See TracChangeset
for help on using the changeset viewer.