Changeset 133


Ignore:
Timestamp:
Sep 15, 2021, 5:38:25 PM (4 years ago)
Author:
Gregg Young
Message:

Change wis back to codepage 850 pending warpin update to eliminate the need to convert the readme etc to UTF-8

Location:
trunk/warpin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/warpin/Gotcha.WIS

    r123 r133  
    55     VERSION="1.0.18"
    66     OS="OS2_4x"
    7      CODEPAGE=1208
     7     CODEPAGE=850
    88>
    99
     
    122122  end
    123123  when lang = 'ES' Then Do
    124                     /* Translate */     
    125     rc =WirexxPutEnv('title','Gotcha Screen Capture Utility')
    126     rc =WirexxPutEnv('uguide','Gotcha Help')
    127     rc =WirexxPutEnv('licensetxt','License')
     124                    /* Translate */      
     125    rc =WirexxPutEnv('title','Herramienta de captura de pantalla Gotcha!')
     126    rc =WirexxPutEnv('uguide','Ayuda de Gotcha!')
     127    rc =WirexxPutEnv('licensetxt','Licencia')
    128128    rc =WirexxPutEnv('readmetitle','L‚ame')
    129     rc =WirexxPutEnv('welcome','This package will install the Gotcha! Screen Capture Utility on your system.')
     129    rc =WirexxPutEnv('welcome','Este paquete instalar  la herramienta de captura de pantalla Gotcha! en su sistema.')
    130130    rc =WirexxPutEnv('accept','Por favor, lea y acepte el siguiente acuerdo de licencia (GPL).')
    131131    rc =WirexxPutEnv('target','Por favor, seleccione el directorio de destino.')
    132     rc =WirexxPutEnv('re_install','Si est  actualizandoGotch!, el directorio de instalaci¢n por omisi¢n ser  el directorio actual.')
     132    rc =WirexxPutEnv('re_install','Si est  actualizando Gotcha!, el directorio de instalaci¢n por omisi¢n ser  el directorio actual.')
    133133    rc =WirexxPutEnv('install','~Instalar')
    134134    rc =WirexxPutEnv('license','~Acepto')
     
    317317
    318318<PCK INDEX=1
    319      PACKAGEID="Netlabs\Gotcha\program\
     319     PACKAGEID="Netlabs\Gotcha\program\ 2\0\1\0"
    320320     TARGET="$(WARPIN_DEFAULTTOOLSPATH)\GOTCHA"
    321321     =("nls")
  • trunk/warpin/buildwpi.cmd

    r90 r133  
    22Copy /Z ..\bin\*.exe ..\bin\*.dll ..\bin\*.map* ..\bin\*.hlp ..\bin\*.xqs ..\bin\*.sym ..\bin\copying ..\bin\readme* gotcha
    33
    4 
     4/*call ..\tools\rxtxtcnv.cmd gotcha.wis.tpl gotcha.wis 850 1208*/
    55call Build_gotcha.cmd
Note: See TracChangeset for help on using the changeset viewer.