typo: seperator -> separator
Change-Id: Ifad806a4a846656f4b81439c596aa34d898d021a
This commit is contained in:
@@ -71,7 +71,7 @@ NumberFormatPropertyPanel::NumberFormatPropertyPanel(
|
|||||||
get(mpEdDecimals, "decimalplaces");
|
get(mpEdDecimals, "decimalplaces");
|
||||||
get(mpEdLeadZeroes, "leadingzeroes");
|
get(mpEdLeadZeroes, "leadingzeroes");
|
||||||
get(mpBtnNegRed, "negativenumbersred");
|
get(mpBtnNegRed, "negativenumbersred");
|
||||||
get(mpBtnThousand, "thousandseperator");
|
get(mpBtnThousand, "thousandseparator");
|
||||||
|
|
||||||
Initialize();
|
Initialize();
|
||||||
}
|
}
|
||||||
|
@@ -265,8 +265,8 @@
|
|||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkCheckButton" id="thousandseperator">
|
<object class="GtkCheckButton" id="thousandseparator">
|
||||||
<property name="label" translatable="yes">_Thousands seperator</property>
|
<property name="label" translatable="yes">_Thousands separator</property>
|
||||||
<property name="use_action_appearance">False</property>
|
<property name="use_action_appearance">False</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
|
@@ -2120,7 +2120,7 @@ void ToolBox::UpdateCustomMenu()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// add a seperator below the inserted clipped-items
|
// add a separator below the inserted clipped-items
|
||||||
pMenu->InsertSeparator( OString(), nSepPos );
|
pMenu->InsertSeparator( OString(), nSepPos );
|
||||||
|
|
||||||
// now append the items that are explicitly disabled
|
// now append the items that are explicitly disabled
|
||||||
|
Reference in New Issue
Block a user