home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 July / Practical Internet July 2002.iso / pc / Software / FullProgram / sfv5_flashmag.exe / %MAINDIR% / Help / Macros / HELP18.3DM < prev    next >
Encoding:
Text File  |  2002-01-19  |  759 b   |  22 lines

  1. ;Add languages to website
  2. ifnmenuitem mmMainLanguages ID_LANGUAGES_SETMULTILANGUAGENAVIGATIONINSHOP
  3.     menuselect mmMainLanguages ID_LANGUAGES_CHANGEWORDSUSEDINTHESHOP
  4.     waitwindow IDS_SEL_LANG 5000
  5.     listselect IDC_NEW_SL_COMBO 18
  6.     moveclick ID_WIZFINISH left
  7. endif
  8. ifmenuitem mmMainLanguages ID_LANGUAGES_SETMULTILANGUAGENAVIGATIONINSHOP
  9.     menuselect mmMainLanguages ID_LANGUAGES_SETMULTILANGUAGENAVIGATIONINSHOP
  10.     waitwindow IDS_SELECT_LANGUAGE 5000
  11.     listselect IDC_NEW_SL_LEFTLIST 1
  12.     moveclick IDC_NEW_SL_RIGHTBUTTON left
  13.     listselect IDC_NEW_SL_LEFTLIST 5
  14.     moveclick IDC_NEW_SL_RIGHTBUTTON left
  15.     listselect IDC_NEW_SL_RIGHTLIST 2
  16.     sendkey space
  17.     listselect IDC_NEW_SL_RIGHTLIST 3
  18.     sendkey space
  19.     moveclick ID_WIZFINISH left
  20. endif
  21. wait 2000
  22.