[ros-diffs] [gedmurphy] 19883: A bit more eye candy for the start menu.

gedmurphy at svn.reactos.com gedmurphy at svn.reactos.com
Sun Dec 4 20:31:12 CET 2005


A bit more eye candy for the start menu.
Modified: trunk/reactos/lib/syssetup/install.c
Modified: trunk/reactos/lib/syssetup/resource.h
Modified: trunk/reactos/lib/syssetup/syssetup_En.rc
  _____  

Modified: trunk/reactos/lib/syssetup/install.c
--- trunk/reactos/lib/syssetup/install.c	2005-12-04 17:50:11 UTC
(rev 19882)
+++ trunk/reactos/lib/syssetup/install.c	2005-12-04 19:31:02 UTC
(rev 19883)
@@ -414,6 +414,7 @@

 
   /* create program startmenu shortcuts */  
   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 */
   if (CreateShortcutFolder(CSIDL_PROGRAMS, IDS_ACCESSORIES,
sAccessories, 256)) {
  _____  

Modified: trunk/reactos/lib/syssetup/resource.h
--- trunk/reactos/lib/syssetup/resource.h	2005-12-04 17:50:11 UTC
(rev 19882)
+++ trunk/reactos/lib/syssetup/resource.h	2005-12-04 19:31:02 UTC
(rev 19883)
@@ -95,6 +95,7 @@

 #define IDS_CMT_CALC			3215
 #define IDS_CMT_SOLITAIRE		3216
 #define IDS_CMT_WINEMINE		3217
+#define IDS_CMT_IBROWSER		3218
 
 #define IDS_REACTOS_SETUP		3300
 #define IDS_UNKNOWN_ERROR		3301
  _____  

Modified: trunk/reactos/lib/syssetup/syssetup_En.rc
--- trunk/reactos/lib/syssetup/syssetup_En.rc	2005-12-04 17:50:11 UTC
(rev 19882)
+++ trunk/reactos/lib/syssetup/syssetup_En.rc	2005-12-04 19:31:02 UTC
(rev 19883)
@@ -182,11 +182,16 @@

 
 STRINGTABLE
 BEGIN
+    IDS_CMT_WINEFILE    "Launch Winefile"
+	IDS_CMT_IBROWSER	"Launch iBrowser"
+END
+
+STRINGTABLE
+BEGIN
     IDS_ACCESSORIES     "Accessories"
     IDS_CMT_CALC        "Launch Calculator"
     IDS_CMT_CMD         "Open command prompt"
     IDS_CMT_EXPLORER    "Launch Explorer"
-    IDS_CMT_WINEFILE    "Launch Winefile"
     IDS_CMT_NOTEPAD     "Launch Text Editor"
     IDS_CMT_REGEDIT     "Launch Registry Editor"
 END
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051204/ca51fed4/attachment.html


More information about the Ros-diffs mailing list