Changeset 11 for trunk/english


Ignore:
Timestamp:
Feb 21, 2018, 1:01:16 AM (8 years ago)
Author:
Gregg Young
Message:

This changes the bitmap save from an internal bitmap or the use of MMOS2 to using GBM. The save code was adapted from GBMv2 by Heiko Nitzsche and Andy Keys. Also fixed the failure of the file dialog to update the file extension name on the first save after a format changes. Non English resources haven't been updated yet. Several more build error warning fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/english/gotresen.rc

    r5 r11  
    2020
    2121/* Please do NOT try to translate the following statement :-) */
    22 RCINCLUDE "src\common.rc"
     22RCINCLUDE "..\common.rc"
    2323
    2424/* Please adjust the name of the language (but leave the number alone :-)
     
    8080            FS_NOBYTEALIGN | FS_DLGBORDER | NOT WS_VISIBLE,
    8181            FCF_TITLEBAR | FCF_SYSMENU | FCF_AUTOICON | FCF_TASKLIST | FCF_MINBUTTON
    82     BEGIN          // Please do NOT try to translate the "thth.wc..." ;-)
     82    BEGIN          /* Please do NOT try to translate the "thth.wc..." ;-)*/
    8383        WINDOW          "", FID_CLIENT, 0, 0, 200, 70, "thth.wc.gotcha.main",
    8484                        FS_NOBYTEALIGN | NOT WS_VISIBLE
     
    272272    IDS_PAGELANGUAGE                   "Language"
    273273
    274     IDS_BITMAP12INTERNAL               "Bitmap 1.2 (Saved using Gotcha! internal routine)"
    275     IDS_BITMAP16INTERNAL               "Bitmap 1.6 (Saved using Gotcha! internal routine)"
    276     IDS_BITMAP20INTERNAL               "Bitmap 2.0 (Saved using Gotcha! internal routine)"
    277     IDS_BITMAP13MMOS2                  "Bitmap 1.3 (Saved using OS/2 Multimedia)"
    278     IDS_BITMAP20MMOS2                  "Bitmap 2.0 (Saved using OS/2 Multimedia)"
    279     IDS_TIFFCOMPRESSED                 "TIFF compressed"
    280     IDS_TIFFUNCOMPRESSED               "TIFF uncompressed"
    281     IDS_TGA                            "TGA"
    282     IDS_PCX                            "PCX"
    283     IDS_GIF                            "GIF"
    284     IDS_JPEG                           "Jpeg (Probably won't work, reason unknown)"
    285     IDS_DIB                            "DIB (Device Independent Bitmap)"
     274    IDS_BMF_JPG        "JPEG Interchange File Format (jpg)"
     275    IDS_BMF_PNG        "Portable Network Graphics (png)"
     276    IDS_BMF_OS20       "OS/2 Bitmap 2.0 (bmp)"
     277    IDS_BMF_TIF        "Microsoft/Aldus Tagged Image File Format (tif)"
     278    IDS_BMF_TGA        "Truevision Targa/Vista (tga)"
     279    IDS_BMF_PCX        "ZSoft PC Paintbrush Image Format (pcx)"
     280    IDS_BMF_GIF        "Portable Anymap (pnm)"
     281    IDS_BMF_PBM        "Portable Pixel-map (ppm)"
     282    IDS_BMF_JP2        "Jpeg 2000 (provided by the Open Source OpenJPEG library) (jp2)"
     283    IDS_BMF_JBG        "JBIG Joint Bi-level Image experts Group (jbg)"
     284    IDS_BMF_RAW        "Camera RAW Image Format (raw)"
     285    IDS_BMF_DIB        "Device Independent Bitmap (dib)"
    286286
    287287    IDS_SNAPLABEL                      "Snap!"
Note: See TracChangeset for help on using the changeset viewer.