Kaydet (Commit) f5179bcb authored tarafından Caolán McNamara's avatar Caolán McNamara

just give the enclosing frame the required helpid

Change-Id: Ifb0209eaea4f738ac5b5826f924552465cccc272
üst 76ff20b5
......@@ -587,7 +587,6 @@ void AssignmentPersistentData::Commit()
m_pImpl->pFields[row * 2 + column] = get<ListBox>(OString("box") + OString::number(row * 2 + column));
m_pImpl->pFields[row * 2 + column]->SetSelectHdl(LINK(this, AddressBookSourceDialog, OnFieldSelect));
m_pImpl->pFields[row * 2 + column]->SetHelpId("svt/ui/addresstemplatedialog/assign");
}
}
......
......@@ -210,7 +210,7 @@
</packing>
</child>
<child>
<object class="GtkFrame" id="frame2">
<object class="GtkFrame" id="assign">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment