mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[RSHELL]
* CStartMenu: Update the icon resource IDs to the IDs with the smaller images. This causes the images not to show. Need help figuring out why. * Misc changes. CORE-7586 svn path=/branches/shell-experiments/; revision=62328
This commit is contained in:
@@ -13,7 +13,7 @@ void WrapLogOpen()
|
||||
{
|
||||
if (openCount == 0)
|
||||
{
|
||||
log = fopen("G:\\RShellWrap.log", "w");
|
||||
log = fopen("RShellWrap.log", "w");
|
||||
nTemps = 0;
|
||||
callLevel = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user