Subversion Repositories Games.Chess Giants

Rev

Rev 30 | Rev 59 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30 Rev 50
Line 331... Line 331...
331
 
331
 
332
      // help menu, add/modify visual themes
332
      // help menu, add/modify visual themes
333
      else if (wParam_loword == MENUID_HELP_ADDMODIFYVISUALTHEMES)
333
      else if (wParam_loword == MENUID_HELP_ADDMODIFYVISUALTHEMES)
334
      {
334
      {
335
         swprintf_s (folder_path, WCHAR_SIZEOF (folder_path), L"%s\\themes", app_path);
335
         swprintf_s (folder_path, WCHAR_SIZEOF (folder_path), L"%s\\themes", app_path);
-
 
336
         ShellExecute (NULL, L"open", folder_path, NULL, NULL, SW_SHOWNORMAL); // fire up Windows Explorer
-
 
337
      }
-
 
338
 
-
 
339
      // help menu, add/modify engines
-
 
340
      else if (wParam_loword == MENUID_HELP_ADDMODIFYENGINES)
-
 
341
      {
-
 
342
         swprintf_s (folder_path, WCHAR_SIZEOF (folder_path), L"%s\\engines", app_path);
336
         ShellExecute (NULL, L"open", folder_path, NULL, NULL, SW_SHOWNORMAL); // fire up Windows Explorer
343
         ShellExecute (NULL, L"open", folder_path, NULL, NULL, SW_SHOWNORMAL); // fire up Windows Explorer
337
      }
344
      }
338
 
345
 
339
      // help menu, add/modify translations
346
      // help menu, add/modify translations
340
      else if (wParam_loword == MENUID_HELP_ADDMODIFYTRANSLATIONS)
347
      else if (wParam_loword == MENUID_HELP_ADDMODIFYTRANSLATIONS)