Skip to content

Commit 2f9052d

Browse files
committed
fix of typo in P arameter
1 parent 93f3265 commit 2f9052d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Src/DasherCore/Parameters.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ namespace Dasher{
7070
{LP_B , Parameter_Value{ "ButtonMenuBoxes" , PARAM_LONG, Persistence::PERSISTENT, 4l , "Number of boxes for button menu mode"}},
7171
{LP_S , Parameter_Value{ "ButtonMenuSafety" , PARAM_LONG, Persistence::PERSISTENT, 25l , "Safety parameter for button mode, in percent."}},
7272
#ifdef TARGET_OS_IPHONE
73-
{LP_BUTTON_SCAN_TIME , P arameter_Value{ "ButtonMenuScanTime" , PARAM_LONG, Persistence::PERSISTENT, 600l , "Scanning time in menu mode (0 = don't scan), in ms"}},
73+
{LP_BUTTON_SCAN_TIME , Parameter_Value{ "ButtonMenuScanTime" , PARAM_LONG, Persistence::PERSISTENT, 600l , "Scanning time in menu mode (0 = don't scan), in ms"}},
7474
#else
7575
{LP_BUTTON_SCAN_TIME , Parameter_Value{ "ButtonMenuScanTime" , PARAM_LONG, Persistence::PERSISTENT, 0l , "Scanning time in menu mode (0 = don't scan), in ms"}},
7676
#endif
7777
{LP_R , Parameter_Value{ "ButtonModeNonuniformity" , PARAM_LONG, Persistence::PERSISTENT, 0l , "Button mode box non-uniformity"}},
7878
{LP_RIGHTZOOM , Parameter_Value{ "ButtonCompassModeRightZoom", PARAM_LONG, Persistence::PERSISTENT, 5120l , "Zoomfactor (*1024) for compass mode"}},
7979
#ifdef TARGET_OS_IPHONE
80-
{LP_NODE_BUDGET , P arameter_Value{ "NodeBudget" , PARAM_LONG, Persistence::PERSISTENT, 1000l , "Target (min) number of node objects to maintain"}},
80+
{LP_NODE_BUDGET , Parameter_Value{ "NodeBudget" , PARAM_LONG, Persistence::PERSISTENT, 1000l , "Target (min) number of node objects to maintain"}},
8181
#else
8282
{LP_NODE_BUDGET , Parameter_Value{ "NodeBudget" , PARAM_LONG, Persistence::PERSISTENT, 3000l , "Target (min) number of node objects to maintain"}},
8383
#endif
@@ -113,7 +113,7 @@ namespace Dasher{
113113
{LP_DYNAMIC_SPEED_DEC , Parameter_Value{ "DynamicSpeedDec" , PARAM_LONG, Persistence::PERSISTENT, 8l , "%age by which dynamic mode auto speed control decreases speed on reverse"}},
114114
{LP_TAP_TIME , Parameter_Value{ "TapTime" , PARAM_LONG, Persistence::PERSISTENT, 200l , "Max length of a stylus 'tap' rather than hold (ms)"}},
115115
#ifdef TARGET_OS_IPHONE
116-
{LP_MARGIN_WIDTH , P arameter_Value{ "MarginWidth" , PARAM_LONG, Persistence::PERSISTENT, 500l , "Width of RHS margin (in Dasher co-ords)"}},
116+
{LP_MARGIN_WIDTH , Parameter_Value{ "MarginWidth" , PARAM_LONG, Persistence::PERSISTENT, 500l , "Width of RHS margin (in Dasher co-ords)"}},
117117
#else
118118
{LP_MARGIN_WIDTH , Parameter_Value{ "MarginWidth" , PARAM_LONG, Persistence::PERSISTENT, 300l , "Width of RHS margin (in Dasher co-ords)"}},
119119
#endif

0 commit comments

Comments
 (0)