Skip to content

Commit

Permalink
Changed a couple of global defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Sep 16, 2010
1 parent a95c8de commit 4d88d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions globalregistryoptions.cpp
Expand Up @@ -20,7 +20,7 @@ static tGlobalConfigurationNumericOption GlobalOptionsTable [] = {
{ GLB_OPT (m_bBleedBackground ), "BleedBackground", 0 },
{ GLB_OPT (m_bColourGradient ), "ColourGradientConfig", 1 },
{ GLB_OPT (m_bConfirmBeforeClosingMXPdebug ), "ConfirmBeforeClosingMXPdebug", 0 },
{ GLB_OPT (m_bConfirmBeforeClosingMushclient), "ConfirmBeforeClosingMushclient",1 },
{ GLB_OPT (m_bConfirmBeforeClosingMushclient), "ConfirmBeforeClosingMushclient",0 },
{ GLB_OPT (m_bConfirmBeforeClosingWorld ), "ConfirmBeforeClosingWorld", 1 },
{ GLB_OPT (m_bConfirmBeforeSavingVariables ), "ConfirmBeforeSavingVariables", 1 },
{ GLB_OPT (m_bConfirmLogFileClose ), "ConfirmLogFileClose", 1 },
Expand All @@ -30,7 +30,7 @@ static tGlobalConfigurationNumericOption GlobalOptionsTable [] = {
{ GLB_OPT (m_bFixedFontForEditing ), "FixedFontForEditing", 1 },
{ GLB_OPT (m_bNotepadWordWrap ), "NotepadWordWrap", 1 },
{ GLB_OPT (m_bNotifyIfCannotConnect ), "NotifyIfCannotConnect", 1 },
{ GLB_OPT (m_bErrorNotificationToOutputWindow), "ErrorNotificationToOutputWindow", 0 },
{ GLB_OPT (m_bErrorNotificationToOutputWindow), "ErrorNotificationToOutputWindow", 1 },
{ GLB_OPT (m_bNotifyOnDisconnect ), "NotifyOnDisconnect", 1 },
{ GLB_OPT (m_bOpenActivityWindow ), "OpenActivityWindow", 0 },
{ GLB_OPT (m_bOpenWorldsMaximised ), "OpenWorldsMaximised", 0 },
Expand Down

0 comments on commit 4d88d3d

Please sign in to comment.