summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/brkdlg.cxx2
-rw-r--r--basctl/uiconfig/basicide/ui/managebreakpoints.ui4
2 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/brkdlg.cxx b/basctl/source/basicide/brkdlg.cxx
index bba4f3c45f03..15a4b5a91d05 100644
--- a/basctl/source/basicide/brkdlg.cxx
+++ b/basctl/source/basicide/brkdlg.cxx
@@ -70,7 +70,7 @@ BreakPointDialog::BreakPointDialog(weld::Window* pParent, BreakPointList& rBrkPn
, m_xNewButton(m_xBuilder->weld_button("new"))
, m_xDelButton(m_xBuilder->weld_button("delete"))
, m_xCheckBox(m_xBuilder->weld_check_button("active"))
- , m_xNumericField(m_xBuilder->weld_spin_button("pass-nospin"))
+ , m_xNumericField(m_xBuilder->weld_spin_button("pass"))
{
m_xComboBox->set_size_request(m_xComboBox->get_approximate_digit_width() * 20, -1);
m_xComboBox->set_height_request_by_rows(12);
diff --git a/basctl/uiconfig/basicide/ui/managebreakpoints.ui b/basctl/uiconfig/basicide/ui/managebreakpoints.ui
index 6041267dd235..56227ae982bf 100644
--- a/basctl/uiconfig/basicide/ui/managebreakpoints.ui
+++ b/basctl/uiconfig/basicide/ui/managebreakpoints.ui
@@ -220,7 +220,7 @@
<property name="can_focus">False</property>
<property name="column_spacing">12</property>
<child>
- <object class="GtkSpinButton" id="pass-nospin">
+ <object class="GtkSpinButton" id="pass">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
@@ -236,7 +236,7 @@
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="managebreakpoints|label2">Pass count:</property>
<property name="use_underline">True</property>
- <property name="mnemonic_widget">pass-nospin</property>
+ <property name="mnemonic_widget">pass</property>
</object>
<packing>
<property name="left_attach">0</property>