Tobias Burnus burnus@net-b.de writes:
Second try (unchanged). Any suggestions how to improve the patch are welcome.
Tobias
Changed file overview:
- shv_item_cmenu.c: Load from resources (the [currently unused] MENU
resource already exists)
- shell32_?.rc: Comment out two items (and a separator) and
copy text from IDS_SELECT, needed to match the current context menu
You shouldn't comment things out like that. Either the info is needed and it should be here, or it's not needed and it should be removed completely. Commenting it out is only creating confusion.