Ticket #352: prefbug.patch
File prefbug.patch, 539 bytes (added by , 17 years ago) |
---|
-
clientgui/DlgAdvPreferences.cpp
190 190 wxASSERT(pDoc); 191 191 wxASSERT(wxDynamicCast(pDoc, CMainDocument)); 192 192 193 //init prefs with defaults194 prefs .defaults();193 //init prefs with globals 194 prefs = pDoc->state.global_prefs; 195 195 196 196 //override the global prefs with values in global_prefs_override.xml, if this file exists 197 197 mask.clear();