Changeset 20


Ignore:
Timestamp:
Jul 20, 2020, 5:57:15 AM (5 years ago)
Author:
Lewis Rosenthal
Message:

Update About dialog (EN).

Location:
branches/v2.9/mediafolder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/v2.9/mediafolder/include/mediafolderres.h

    r2 r20  
    120120#define IDGB_ABOUT                  605
    121121#define IDST_URL2                   606
     122#define IDST_PRODCOPY2        607
    122123
    123124#define IDSL_TEST                   305
     
    126127
    127128#define IDPTR_ARROWWE              2    /* WE Cursor for slider controls */
    128 
    129 
    130 
    131 
    132 
    133 
    134 
    135 
  • branches/v2.9/mediafolder/res/en/about_en.dlg

    r2 r20  
    1 #define VER_STRING "Media-Ordner V" \
     1#define VER_STRING "Media Folder v" \
    22MFLDR_VERSION \
    33BUILD_STRING
     
    1212        CTEXT           VER_STRING, IDST_PRODNAME, 10, 107, 187,
    1313                        12, DT_VCENTER | NOT WS_GROUP
    14         CTEXT           "(C) Chris Wohlgemuth 2002/2003", IDST_PRODCOPY, 10, 87,
    15                         186, 12, DT_VCENTER | NOT WS_GROUP
     14        CTEXT           "Copyright (c) Chris Wohlgemuth 2002-2003",
     15                        IDST_PRODCOPY, 10, 87, 186, 12, DT_VCENTER | NOT WS_GROUP
     16        CTEXT           "Copyright (c) netlabs.org 2020",
     17                        IDST_PRODCOPY2, 10, 64, 186, 12, DT_VCENTER | NOT WS_GROUP
    1618        CTEXT           "Graphics by Klaus Staedtler-Przyborski",
    17                         IDST_PRODGRAPHICS, 10, 64, 186, 17, DT_WORDBREAK |
     19                        IDST_PRODGRAPHICS, 10, 46, 186, 17, DT_WORDBREAK |
    1820                        NOT WS_GROUP
    19         CTEXT           "http://www.geocities.com/SiliconValley/Sector/5785/"
    20                         "index.html", IDST_URL1, 10, 46, 186, 18,
    21                         DT_WORDBREAK | NOT WS_GROUP
     21        CTEXT           "https://trac.netlabs.org/cwmmclasses", IDST_URL1,
     22                        10, 30, 186, 18, DT_WORDBREAK | NOT WS_GROUP
    2223                        PRESPARAMS PP_FONTNAMESIZE, "8.Helv"
    23         CTEXT           "http://www.os2world.com/cdwriting", IDST_URL2, 10,
    24                         30, 186, 16, DT_WORDBREAK
    25                         PRESPARAMS PP_FONTNAMESIZE, "8.Helv"
     24;        CTEXT           "http://www.os2world.com/cdwriting", IDST_URL2, 10,
     25;                        30, 186, 16, DT_WORDBREAK
     26;                        PRESPARAMS PP_FONTNAMESIZE, "8.Helv"
    2627        DEFPUSHBUTTON   "~Ok", DID_OK, 83, 3, 40, 14
    2728    END
    2829END
    29 
    30 
Note: See TracChangeset for help on using the changeset viewer.