typo: seperator -> separator
Change-Id: Ifad806a4a846656f4b81439c596aa34d898d021a
This commit is contained in:
parent
8840cdc977
commit
02e2bd100b
@ -71,7 +71,7 @@ NumberFormatPropertyPanel::NumberFormatPropertyPanel(
|
||||
get(mpEdDecimals, "decimalplaces");
|
||||
get(mpEdLeadZeroes, "leadingzeroes");
|
||||
get(mpBtnNegRed, "negativenumbersred");
|
||||
get(mpBtnThousand, "thousandseperator");
|
||||
get(mpBtnThousand, "thousandseparator");
|
||||
|
||||
Initialize();
|
||||
}
|
||||
|
@ -265,8 +265,8 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="thousandseperator">
|
||||
<property name="label" translatable="yes">_Thousands seperator</property>
|
||||
<object class="GtkCheckButton" id="thousandseparator">
|
||||
<property name="label" translatable="yes">_Thousands separator</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
<property name="visible">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 );
|
||||
|
||||
// now append the items that are explicitly disabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user