[2/2] shdoclc & user32 & wineconsole & wordpad: Specify a message context for cut and paste

Alexandre Julliard julliard at winehq.org
Tue Sep 6 11:02:08 CDT 2011


André Hentschel <nerv at dawncrow.de> writes:

> @@ -44,7 +44,7 @@ IDR_BROWSE_CONTEXT_MENU MENU
>          MENUITEM "Set as &Desktop Item",   IDM_SETDESKTOPITEM
>          MENUITEM SEPARATOR
>          MENUITEM "Select &All",            IDM_SELECTALL
> -        MENUITEM "&Paste",                 IDM_PASTE
> +        MENUITEM "#msgctxt#Shell#&Paste",  IDM_PASTE
>          MENUITEM SEPARATOR
>          MENUITEM "Create Shor&tcut",       IDM_CREATESHORTCUT
>          MENUITEM "Add to &Favorites...",   IDM_ADDFAVORITES
> @@ -73,10 +73,10 @@ IDR_BROWSE_CONTEXT_MENU MENU
>          MENUITEM "Set as Back&ground",       IDM_SETWALLPAPER
>          MENUITEM "Set as &Desktop Item...",  IDM_SETDESKTOPITEM
>          MENUITEM SEPARATOR
> -        MENUITEM "Cu&t",                     IDM_CUT
> +        MENUITEM "#msgctxt#Shell#Cu&t",      IDM_CUT
>          MENUITEM "&Copy",                    IDM_COPY
>          MENUITEM "Copy Shor&tcut",           IDM_COPYSHORTCUT
> -        MENUITEM "&Paste",                   IDM_PASTE
> +        MENUITEM "#msgctxt#Shell#&Paste",    IDM_PASTE

That's not a very useful context. What are you trying to fix?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list