Changeset 1128 for trunk/dll/mainwnd2.c
- Timestamp:
- Aug 29, 2008, 4:03:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd2.c
r1125 r1128 24 24 14 Feb 08 SHL Rework to support settings menu conditional cascade 25 25 29 Feb 08 GKY Use xfree where appropriate 26 27 Aug 08 JBS Ticket 259: Support saving/restoring toolbars with states 26 27 27 28 ***********************************************************************/ … … 702 703 strcpy(lasttoolbar, 703 704 quicktool[SHORT1FROMMP(mp1) - IDM_QUICKTOOLSTART]); 704 PrfWriteProfileString(fmprof, FM3Str, "LastToolbar", lasttoolbar); 705 // PrfWriteProfileString(fmprof, FM3Str, "LastToolbar", lasttoolbar); 706 PrfWriteProfileString(fmprof, appname, "LastToolbar", lasttoolbar); 705 707 } 706 708 PostMsg(hwndToolback, UM_SETUP2, MPVOID, MPVOID);
Note:
See TracChangeset
for help on using the changeset viewer.