Attached is a proposed patch to take care of bug 4419, where the Lists dialog in win32 has improperly labeled text boxes. A struct inside ap_Win32Dialog_Lists.cpp had AP_RID_DIALOG_LIST_STATIC_FORMAT defined twice.
If I need to do this some other way, please let me know. Thanks! Mikey
Index: ap_Win32Dialog_Lists.cpp =================================================================== RCS file: /cvsroot/abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp,v retrieving revision 1.34 diff -r1.34 ap_Win32Dialog_Lists.cpp 157c157 < AP_RID_DIALOG_LIST_STATIC_FORMAT , AP_STRING_ID_DLG_Lists_DelimiterString, --- > AP_RID_DIALOG_LIST_STATIC_DECIMAL , AP_STRING_ID_DLG_Lists_DelimiterString,
