Author: dquintana
Date: Mon Jun 2 13:23:06 2014
New Revision: 63533
URL:
http://svn.reactos.org/svn/reactos?rev=63533&view=rev
Log:
[BROWSEUI]
* This shouldn't have been commited. The browse windows were freezing because it was
trying to use the menu from shell32 instead of rshell.
Modified:
branches/shell-experiments/dll/win32/browseui/internettoolbar.cpp
Modified: branches/shell-experiments/dll/win32/browseui/internettoolbar.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/bro…
==============================================================================
--- branches/shell-experiments/dll/win32/browseui/internettoolbar.cpp [iso-8859-1]
(original)
+++ branches/shell-experiments/dll/win32/browseui/internettoolbar.cpp [iso-8859-1] Mon Jun
2 13:23:06 2014
@@ -29,7 +29,7 @@
#define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp))
#define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp))
-#define USE_CUSTOM_MENUBAND 0
+#define USE_CUSTOM_MENUBAND 1
// navigation controls and menubar just send a message to parent window
/*