Kaydet (Commit) 7d9e441e authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

Set modified flag on entry rename

Tools > Customize... > Context Menus. Rename some
entry, click OK. Open the dialog again, notice that
the label modification wasn't saved.

Change-Id: I78a7093e958d9d8709192ac34b6e0f178b7956de
üst dae61482
...@@ -2653,6 +2653,7 @@ IMPL_LINK( SvxMenuConfigPage, EntrySelectHdl, MenuButton *, pButton, void ) ...@@ -2653,6 +2653,7 @@ IMPL_LINK( SvxMenuConfigPage, EntrySelectHdl, MenuButton *, pButton, void )
m_pContentsListBox->SetEntryText( pActEntry, aNewName ); m_pContentsListBox->SetEntryText( pActEntry, aNewName );
GetSaveInData()->SetModified(); GetSaveInData()->SetModified();
GetTopLevelSelection()->SetModified();
} }
} }
else else
......
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