Strange comdlg32 resource string

Francois Gouget fgouget at free.fr
Sun Jan 1 03:51:08 CST 2012


André Hentschel pointed me to a strange cmdlg32 resource string:

    IDS_ABOUTBOX            "&About FolderPicker Test"

The text seems unlikely to be correct. IDS_ABOUTBOX was introduced in 
87b81de0 but was not used even in that patch and as far as I can see it 
is still not used by Wine. Looking at the Windows comdlg32 dll I see no 
string resource (but that mostly make me suspicious of the tool I used).

Furthermore, none of the other strings in that string table  seem to be 
used either:
    IDS_DOCUMENTFOLDERS     "Document Folders"
    IDS_PERSONAL            "My Documents"
    IDS_FAVORITES           "My Favorites"
    IDS_PATH                "System Path"
    IDS_DESKTOP             "#msgctxt#display name#Desktop"
    IDS_FONTS               "Fonts"
    IDS_MYCOMPUTER          "My Computer"


-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
            "Lotto: A tax on people who are bad at math." -- unknown
          "Windows: Microsoft's tax on computer illiterates." -- WE7U


More information about the wine-devel mailing list