Francois Gouget : shell32: Update a comment.
Module: wine Branch: master Commit: dddac58a9868d9d79c4c5097011e562bf8168ce4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=dddac58a9868d9d79c4c509701... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Jun 25 13:49:40 2011 +0200 shell32: Update a comment. --- dlls/shell32/shlview.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/shell32/shlview.c b/dlls/shell32/shlview.c index 93077d5..1367afb 100644 --- a/dlls/shell32/shlview.c +++ b/dlls/shell32/shlview.c @@ -1289,7 +1289,7 @@ static LRESULT ShellView_OnCommand(IShellViewImpl * This,DWORD dwCmdID, DWORD dw CheckToolbar(This); break; - /* the menu-ID's for sorting are 0x30... see shrec.rc */ + /* the menu-ID's for sorting are 0x30... see shell32.rc */ case 0x30: case 0x31: case 0x32:
participants (1)
-
Alexandre Julliard