Ignore:
Timestamp:
May 21, 2013, 4:58:24 PM (12 years ago)
Author:
Alex Taylor
Message:

Various GUI updates.

Location:
trunk/gui/printer/manager
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/printer/manager/PRINTOOL.VRX

    r39 r40  
    888888LoadSettings: PROCEDURE EXPOSE globals.
    889889
    890     globals.!version = '0.41'
     890    globals.!version = '0.42'
    891891    globals.!copyright = '2013'
    892892
     
    935935    /* Set the language file name.
    936936     */
    937     globals.!nlsname = 'printm_'
     937    globals.!nlsname = 'printm'
    938938
    939939    /* Determine the OS.
     
    21632163    CALL NLSSetText 'MI_ABOUT',        'Caption', 89
    21642164
     2165    CALL VRMethod 'WN_MAIN', 'InstallAccelerators'
     2166
    21652167RETURN 1
    21662168
  • trunk/gui/printer/manager/readme.txt

    r39 r40  
    11PM Printer Manager
    2 Version 0.41
     2Version 0.42
    33
    44  Printer Manager is a new graphical printer management tool designed to
Note: See TracChangeset for help on using the changeset viewer.