From 9b6a264e7d55f0fc8140058eaf04c8fd0b0abbb1 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Sat, 15 Sep 2007 16:10:10 +0000 Subject: [PATCH] Rename "Properties::" to "Properties" in the context menu (patch by Mario Kacmar, kario AT szm DOT sk) svn path=/trunk/; revision=29062 --- reactos/dll/win32/shell32/shv_item_cmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/shell32/shv_item_cmenu.c b/reactos/dll/win32/shell32/shv_item_cmenu.c index dfb8eee8209..2925ea6a451 100644 --- a/reactos/dll/win32/shell32/shv_item_cmenu.c +++ b/reactos/dll/win32/shell32/shv_item_cmenu.c @@ -262,7 +262,7 @@ static HRESULT WINAPI ISvItemCm_fnQueryContextMenu( } _InsertMenuItem(hmenu, indexMenu++, TRUE, 0, MFT_SEPARATOR, NULL, 0); - _InsertMenuItem(hmenu, indexMenu++, TRUE, FCIDM_SHVIEW_PROPERTIES, MFT_STRING, "&Properties::", MFS_ENABLED); + _InsertMenuItem(hmenu, indexMenu++, TRUE, FCIDM_SHVIEW_PROPERTIES, MFT_STRING, "&Properties", MFS_ENABLED); return MAKE_HRESULT(SEVERITY_SUCCESS, 0, (FCIDM_SHVIEWLAST));