Re: [3/9] shell32: Load Control Panel title from resources
Owen Rudge <owen(a)owenrudge.net> writes:
--- a/dlls/shell32/shell32_Bg.rc +++ b/dlls/shell32/shell32_Bg.rc @@ -219,4 +219,6 @@ STRINGTABLE IDS_CDBURN_AREA "Local Settings\\Application Data\\Microsoft\\CD Burning"
IDS_NEWFOLDER "New Folder" + + IDS_CPANEL_TITLE "Wine Control Panel"
The indentation is wrong, looks like you are using the wrong tab size. -- Alexandre Julliard julliard(a)winehq.org
The indentation is wrong, looks like you are using the wrong tab size.
I've resubmitted the patches with the indentation matching each .rc file. Not all of the .rc files have the same indentation, and even within them they are inconsistent, but my lines should now be consistent with most of it. (Note also that the "New Folder" line in many of the .rc files, which is above IDS_CPANEL_TITLE, is wrong in most of them.) -- Owen Rudge http://www.owenrudge.net/
participants (2)
-
Alexandre Julliard -
Owen Rudge