mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
A bit more eye candy for the start menu.
svn path=/trunk/; revision=19883
This commit is contained in:
parent
143377fdee
commit
c81d087b8e
3 changed files with 8 additions and 1 deletions
|
@ -414,6 +414,7 @@ InstallReactOS (HINSTANCE hInstance)
|
||||||
|
|
||||||
/* create program startmenu shortcuts */
|
/* create program startmenu shortcuts */
|
||||||
CreateShortcut(CSIDL_PROGRAMS, NULL, _T("winefile.lnk"), _T("winefile.exe"), IDS_CMT_WINEFILE);
|
CreateShortcut(CSIDL_PROGRAMS, NULL, _T("winefile.lnk"), _T("winefile.exe"), IDS_CMT_WINEFILE);
|
||||||
|
CreateShortcut(CSIDL_PROGRAMS, NULL, _T("ibrowser.lnk"), _T("ibrowser.exe"), IDS_CMT_IBROWSER);
|
||||||
|
|
||||||
/* create and fill Accessories subfolder */
|
/* create and fill Accessories subfolder */
|
||||||
if (CreateShortcutFolder(CSIDL_PROGRAMS, IDS_ACCESSORIES, sAccessories, 256)) {
|
if (CreateShortcutFolder(CSIDL_PROGRAMS, IDS_ACCESSORIES, sAccessories, 256)) {
|
||||||
|
|
|
@ -95,6 +95,7 @@
|
||||||
#define IDS_CMT_CALC 3215
|
#define IDS_CMT_CALC 3215
|
||||||
#define IDS_CMT_SOLITAIRE 3216
|
#define IDS_CMT_SOLITAIRE 3216
|
||||||
#define IDS_CMT_WINEMINE 3217
|
#define IDS_CMT_WINEMINE 3217
|
||||||
|
#define IDS_CMT_IBROWSER 3218
|
||||||
|
|
||||||
#define IDS_REACTOS_SETUP 3300
|
#define IDS_REACTOS_SETUP 3300
|
||||||
#define IDS_UNKNOWN_ERROR 3301
|
#define IDS_UNKNOWN_ERROR 3301
|
||||||
|
|
|
@ -180,13 +180,18 @@ BEGIN
|
||||||
IDS_PROCESSSUBTITLE "Process page subtitle"
|
IDS_PROCESSSUBTITLE "Process page subtitle"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_CMT_WINEFILE "Launch Winefile"
|
||||||
|
IDS_CMT_IBROWSER "Launch iBrowser"
|
||||||
|
END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_ACCESSORIES "Accessories"
|
IDS_ACCESSORIES "Accessories"
|
||||||
IDS_CMT_CALC "Launch Calculator"
|
IDS_CMT_CALC "Launch Calculator"
|
||||||
IDS_CMT_CMD "Open command prompt"
|
IDS_CMT_CMD "Open command prompt"
|
||||||
IDS_CMT_EXPLORER "Launch Explorer"
|
IDS_CMT_EXPLORER "Launch Explorer"
|
||||||
IDS_CMT_WINEFILE "Launch Winefile"
|
|
||||||
IDS_CMT_NOTEPAD "Launch Text Editor"
|
IDS_CMT_NOTEPAD "Launch Text Editor"
|
||||||
IDS_CMT_REGEDIT "Launch Registry Editor"
|
IDS_CMT_REGEDIT "Launch Registry Editor"
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in a new issue