Talk:Advanced official preferences
DavidXanatos (Talk | contribs) (New page: There are a few official prefs missing in the list: thePrefs.m_crLogError; thePrefs.m_crLogWarning; thePrefs.m_crLogSuccess; thePrefs.m_strDateTimeFormat4Log; thePrefs.m_bAdjustNTFSDaylig...) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
There are a few official prefs missing in the list: | There are a few official prefs missing in the list: | ||
− | + | <br> | |
− | thePrefs.m_crLogError; | + | thePrefs.m_crLogError;<br> |
− | thePrefs.m_crLogWarning; | + | thePrefs.m_crLogWarning;<br> |
− | thePrefs.m_crLogSuccess; | + | thePrefs.m_crLogSuccess;<br> |
− | thePrefs.m_strDateTimeFormat4Log; | + | thePrefs.m_strDateTimeFormat4Log;<br> |
− | thePrefs.m_bAdjustNTFSDaylightFileTime; | + | thePrefs.m_bAdjustNTFSDaylightFileTime;<br> |
− | thePrefs.m_bPeerCacheShow; | + | thePrefs.m_bPeerCacheShow;<br> |
− | thePrefs.uMaxLogFileSize; | + | thePrefs.uMaxLogFileSize;<br> |
− | thePrefs.m_bShowVerticalHourMarkers; | + | thePrefs.m_bShowVerticalHourMarkers;<br> |
− | thePrefs.m_bReBarToolbar; | + | thePrefs.m_bReBarToolbar;<br> |
− | thePrefs.m_bShowActiveDownloadsBold; | + | thePrefs.m_bShowActiveDownloadsBold;<br> |
− | thePrefs.m_bEnableMiniMule; | + | thePrefs.m_bEnableMiniMule;<br> |
− | thePrefs.m_bIconflashOnNewMessage; | + | thePrefs.m_bIconflashOnNewMessage;<br> |
− | thePrefs.m_bShowCopyEd2kLinkCmd; | + | thePrefs.m_bShowCopyEd2kLinkCmd;<br> |
− | thePrefs.dontcompressavi; | + | thePrefs.dontcompressavi;<br> |
− | thePrefs.ICH; | + | thePrefs.ICH;<br> |
+ | theApp.GetProfileInt(_T("eMule"), _T("MediaInfo_RM"), 1) != 0;<br> | ||
Shouldn't they be added to the page even if morph currently don't allow to modify them? | Shouldn't they be added to the page even if morph currently don't allow to modify them? | ||
On Neo's Extended II page (~ Advanced official preferences) this settings can be changed. | On Neo's Extended II page (~ Advanced official preferences) this settings can be changed. | ||
+ | :maybe i should add them to morph.;) .. Except m_bEnableMiniMule that has a offical check and bShowActiveDownloadsBold that is in the morph settings? Just Add a L2 or L4 header and put them there. :[[User:Leuk he|leuk_he]] 14:50, 7 September 2007 (CEST) | ||
+ | |||
+ | What is "L2 or L4 header" ? | ||
+ | == Level 2== | ||
+ | === level 3 === | ||
+ | ==== level 4 ==== |
Latest revision as of 19:03, 8 September 2007
There are a few official prefs missing in the list:
thePrefs.m_crLogError;
thePrefs.m_crLogWarning;
thePrefs.m_crLogSuccess;
thePrefs.m_strDateTimeFormat4Log;
thePrefs.m_bAdjustNTFSDaylightFileTime;
thePrefs.m_bPeerCacheShow;
thePrefs.uMaxLogFileSize;
thePrefs.m_bShowVerticalHourMarkers;
thePrefs.m_bReBarToolbar;
thePrefs.m_bShowActiveDownloadsBold;
thePrefs.m_bEnableMiniMule;
thePrefs.m_bIconflashOnNewMessage;
thePrefs.m_bShowCopyEd2kLinkCmd;
thePrefs.dontcompressavi;
thePrefs.ICH;
theApp.GetProfileInt(_T("eMule"), _T("MediaInfo_RM"), 1) != 0;
Shouldn't they be added to the page even if morph currently don't allow to modify them? On Neo's Extended II page (~ Advanced official preferences) this settings can be changed.
- maybe i should add them to morph.;) .. Except m_bEnableMiniMule that has a offical check and bShowActiveDownloadsBold that is in the morph settings? Just Add a L2 or L4 header and put them there. :leuk_he 14:50, 7 September 2007 (CEST)
What is "L2 or L4 header" ?