Talk:Advanced official preferences
From EMule Wiki
(Difference between revisions)
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...) |
DavidXanatos (Talk | contribs) |
||
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. |
Revision as of 09:40, 7 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.