Changeset 1400 for trunk/dll/dircnrs.c
- Timestamp:
- Mar 8, 2009, 6:50:25 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/dircnrs.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r1398 r1400 58 58 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 59 59 07 Feb 09 GKY Add *DateFormat functions to format dates based on locale 60 08 Mar 09 GKY Renamed commafmt.h i18nutil.h 61 08 Mar 09 GKY Additional strings move to PCSZs in init.c 60 62 61 63 ***********************************************************************/ … … 130 132 #include "newview.h" // StartViewer 131 133 #include "undel.h" // UndeleteDlgProc 132 #include " commafmt.h" // commafmt134 #include "i18nutil.h" // commafmt 133 135 #include "getnames.h" // insert_filename 134 136 #include "wrappers.h" // xfree … … 1378 1380 1379 1381 case WM_PRESPARAMCHANGED: 1380 PresParamChanged(hwnd, "DirCnr", mp1, mp2);1382 PresParamChanged(hwnd, PCSZ_DIRCNR, mp1, mp2); 1381 1383 break; 1382 1384 … … 1823 1825 if (dcd) { 1824 1826 if (!PostMsg(dcd->hwndObject, UM_COMMAND, mp1, mp2)) { 1825 Runtime_Error(pszSrcFile, __LINE__, "PostMsg");1827 Runtime_Error(pszSrcFile, __LINE__, PCSZ_POSTMSG); 1826 1828 FreeListInfo((LISTINFO *) mp1); 1827 1829 } … … 2741 2743 *li->targetpath = 0; 2742 2744 if (!PostMsg(dcd->hwndObject, action, MPFROMP(li), MPVOID)) { 2743 Runtime_Error(pszSrcFile, __LINE__, "PostMsg");2745 Runtime_Error(pszSrcFile, __LINE__, PCSZ_POSTMSG); 2744 2746 FreeListInfo(li); 2745 2747 } … … 3697 3699 Fortify_ChangeScope(dcd, -1); 3698 3700 # endif 3699 RestorePresParams(dcd->hwndCnr, "DirCnr");3701 RestorePresParams(dcd->hwndCnr, PCSZ_DIRCNR); 3700 3702 WinSetWindowPtr(dcd->hwndCnr, QWL_USER, (PVOID) dcd); 3701 3703 dcd->oldproc = WinSubclassWindow(dcd->hwndCnr,
Note:
See TracChangeset
for help on using the changeset viewer.
