Changeset 923 for trunk/dll/notebook.c
- Timestamp:
- Jan 15, 2008, 1:41:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notebook.c
r922 r923 1749 1749 PrfWriteProfileData(fmprof, appname, "DetailsLongname", 1750 1750 &detailslongname, sizeof(BOOL)); 1751 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLongname",1752 &detailslongname, sizeof(BOOL));1751 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLongname", 1752 // JBS &detailslongname, sizeof(BOOL)); 1753 1753 detailssubject = WinQueryButtonCheckstate(hwnd, CFG5_SHOWSUBJECT); 1754 1754 PrfWriteProfileData(fmprof, appname, "DetailsSubject", 1755 1755 &detailssubject, sizeof(BOOL)); 1756 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSubject",1757 &detailssubject, sizeof(BOOL));1756 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSubject", 1757 // JBS &detailssubject, sizeof(BOOL)); 1758 1758 detailsea = WinQueryButtonCheckstate(hwnd, CFG5_SHOWEAS); 1759 1759 PrfWriteProfileData(fmprof, appname, "DetailsEA", 1760 1760 &detailsea, sizeof(BOOL)); 1761 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsEA",1762 &detailsea, sizeof(BOOL));1761 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsEA", 1762 // JBS &detailsea, sizeof(BOOL)); 1763 1763 detailssize = WinQueryButtonCheckstate(hwnd, CFG5_SHOWSIZE); 1764 1764 PrfWriteProfileData(fmprof, appname, "DetailsSize", 1765 1765 &detailssize, sizeof(BOOL)); 1766 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSize",1767 &detailssize, sizeof(BOOL));1766 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSize", 1767 // JBS &detailssize, sizeof(BOOL)); 1768 1768 detailsicon = WinQueryButtonCheckstate(hwnd, CFG5_SHOWICON); 1769 1769 PrfWriteProfileData(fmprof, appname, "DetailsIcon", 1770 1770 &detailsicon, sizeof(BOOL)); 1771 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsIcon",1772 &detailsicon, sizeof(BOOL));1771 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsIcon", 1772 // JBS &detailsicon, sizeof(BOOL)); 1773 1773 detailslwdate = WinQueryButtonCheckstate(hwnd, CFG5_SHOWLWDATE); 1774 1774 PrfWriteProfileData(fmprof, appname, "DetailsLWDate", 1775 1775 &detailslwdate, sizeof(BOOL)); 1776 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWDate",1777 &detailslwdate, sizeof(BOOL));1776 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWDate", 1777 // JBS &detailslwdate, sizeof(BOOL)); 1778 1778 detailslwtime = WinQueryButtonCheckstate(hwnd, CFG5_SHOWLWTIME); 1779 1779 PrfWriteProfileData(fmprof, appname, "DetailsLWTime", 1780 1780 &detailslwtime, sizeof(BOOL)); 1781 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWTime",1782 &detailslwtime, sizeof(BOOL));1781 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWTime", 1782 // JBS &detailslwtime, sizeof(BOOL)); 1783 1783 detailsladate = WinQueryButtonCheckstate(hwnd, CFG5_SHOWLADATE); 1784 1784 PrfWriteProfileData(fmprof, appname, "DetailsLADate", 1785 1785 &detailsladate, sizeof(BOOL)); 1786 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLADate",1787 &detailsladate, sizeof(BOOL));1786 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLADate", 1787 // JBS &detailsladate, sizeof(BOOL)); 1788 1788 detailslatime = WinQueryButtonCheckstate(hwnd, CFG5_SHOWLATIME); 1789 1789 PrfWriteProfileData(fmprof, appname, "DetailsLATime", 1790 1790 &detailslatime, sizeof(BOOL)); 1791 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLATime",1792 &detailslatime, sizeof(BOOL));1791 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLATime", 1792 // JBS &detailslatime, sizeof(BOOL)); 1793 1793 detailscrdate = WinQueryButtonCheckstate(hwnd, CFG5_SHOWCRDATE); 1794 1794 PrfWriteProfileData(fmprof, appname, "DetailsCRDate", 1795 1795 &detailscrdate, sizeof(BOOL)); 1796 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRDate",1797 &detailscrdate, sizeof(BOOL));1796 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRDate", 1797 // JBS &detailscrdate, sizeof(BOOL)); 1798 1798 detailscrtime = WinQueryButtonCheckstate(hwnd, CFG5_SHOWCRTIME); 1799 1799 PrfWriteProfileData(fmprof, appname, "DetailsCRTime", 1800 1800 &detailscrtime, sizeof(BOOL)); 1801 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRTime",1802 &detailscrtime, sizeof(BOOL));1801 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRTime", 1802 // JBS &detailscrtime, sizeof(BOOL)); 1803 1803 detailsattr = WinQueryButtonCheckstate(hwnd, CFG5_SHOWATTR); 1804 1804 PrfWriteProfileData(fmprof, appname, "DetailsAttr", 1805 1805 &detailsattr, sizeof(BOOL)); 1806 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsAttr",1807 &detailsattr, sizeof(BOOL));1806 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsAttr", 1807 // JBS &detailsattr, sizeof(BOOL)); 1808 1808 fSubjectInLeftPane = WinQueryButtonCheckstate(hwnd, CFG5_SUBJECTINLEFTPANE); 1809 1809 PrfWriteProfileData(fmprof, appname, "SubjectInLeftPane", 1810 1810 &fSubjectInLeftPane, sizeof(BOOL)); 1811 PrfWriteProfileData(fmprof, appname, "DirCnr.SubjectInLeftPane",1812 &fSubjectInLeftPane, sizeof(BOOL));1811 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.SubjectInLeftPane", 1812 // JBS &fSubjectInLeftPane, sizeof(BOOL)); 1813 1813 fSubjectLengthMax = WinQueryButtonCheckstate(hwnd, CFG5_SUBJECTLENGTHMAX); 1814 1814 PrfWriteProfileData(fmprof, appname, "SubjectLengthMax", 1815 1815 &fSubjectLengthMax, sizeof(BOOL)); 1816 PrfWriteProfileData(fmprof, appname, "DirCnr.SubjectLengthMax",1817 &fSubjectLengthMax, sizeof(BOOL));1816 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.SubjectLengthMax", 1817 // JBS &fSubjectLengthMax, sizeof(BOOL)); 1818 1818 *mask.prompt = 0; 1819 1819 PrfWriteProfileData(fmprof, appname, "DirFilter", &mask, sizeof(MASK)); … … 2935 2935 PrfWriteProfileData(fmprof, appname, "DetailsLongname", 2936 2936 &detailslongname, sizeof(BOOL)); 2937 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLongname",2938 &detailslongname, sizeof(BOOL));2937 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLongname", 2938 // JBS &detailslongname, sizeof(BOOL)); 2939 2939 PrfWriteProfileData(fmprof, appname, "DetailsSubject", 2940 2940 &detailssubject, sizeof(BOOL)); 2941 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSubject",2942 &detailssubject, sizeof(BOOL));2941 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSubject", 2942 // JBS &detailssubject, sizeof(BOOL)); 2943 2943 PrfWriteProfileData(fmprof, appname, "DetailsEA", 2944 2944 &detailsea, sizeof(BOOL)); 2945 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsEA",2946 &detailsea, sizeof(BOOL));2945 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsEA", 2946 // JBS &detailsea, sizeof(BOOL)); 2947 2947 PrfWriteProfileData(fmprof, appname, "DetailsSize", 2948 2948 &detailssize, sizeof(BOOL)); 2949 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSize",2950 &detailssize, sizeof(BOOL));2949 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSize", 2950 // JBS &detailssize, sizeof(BOOL)); 2951 2951 PrfWriteProfileData(fmprof, appname, "DetailsIcon", 2952 2952 &detailsicon, sizeof(BOOL)); 2953 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsIcon",2954 &detailsicon, sizeof(BOOL));2953 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsIcon", 2954 // JBS &detailsicon, sizeof(BOOL)); 2955 2955 PrfWriteProfileData(fmprof, appname, "DetailsLWDate", 2956 2956 &detailslwdate, sizeof(BOOL)); 2957 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWDate",2958 &detailslwdate, sizeof(BOOL));2957 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWDate", 2958 // JBS &detailslwdate, sizeof(BOOL)); 2959 2959 PrfWriteProfileData(fmprof, appname, "DetailsLWTime", 2960 2960 &detailslwtime, sizeof(BOOL)); 2961 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWTime",2962 &detailslwtime, sizeof(BOOL));2961 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWTime", 2962 // JBS &detailslwtime, sizeof(BOOL)); 2963 2963 PrfWriteProfileData(fmprof, appname, "DetailsLADate", 2964 2964 &detailsladate, sizeof(BOOL)); 2965 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLADate",2966 &detailsladate, sizeof(BOOL));2965 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLADate", 2966 // JBS &detailsladate, sizeof(BOOL)); 2967 2967 PrfWriteProfileData(fmprof, appname, "DetailsLATime", 2968 2968 &detailslatime, sizeof(BOOL)); 2969 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLATime",2970 &detailslatime, sizeof(BOOL));2969 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLATime", 2970 // JBS &detailslatime, sizeof(BOOL)); 2971 2971 PrfWriteProfileData(fmprof, appname, "DetailsCRDate", 2972 2972 &detailscrdate, sizeof(BOOL)); 2973 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRDate",2974 &detailscrdate, sizeof(BOOL));2973 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRDate", 2974 // JBS &detailscrdate, sizeof(BOOL)); 2975 2975 PrfWriteProfileData(fmprof, appname, "DetailsCRTime", 2976 2976 &detailscrtime, sizeof(BOOL)); 2977 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRTime",2978 &detailscrtime, sizeof(BOOL));2977 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRTime", 2978 // JBS &detailscrtime, sizeof(BOOL)); 2979 2979 PrfWriteProfileData(fmprof, appname, "DetailsAttr", 2980 2980 &detailsattr, sizeof(BOOL)); 2981 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsAttr",2982 &detailsattr, sizeof(BOOL));2981 // JBS PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsAttr", 2982 // JBS &detailsattr, sizeof(BOOL)); 2983 2983 if (hwndMain) { 2984 2984 if (SaveDirCnrState(hwndMain, GetPString(IDS_FM2TEMPTEXT)) > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.