Kaydet (Commit) 6bc69fa2 authored tarafından Yousuf Philips's avatar Yousuf Philips Kaydeden (comit) Adolfo Jayme Barrientos

tdf#95946 correct order of buttons in the display mode control

Change-Id: Ib5444ebd39acdef9988f1ac361816feff8258f90
Reviewed-on: https://gerrit.libreoffice.org/43966Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarYousuf Philips <philipz85@hotmail.com>
Tested-by: 's avatarYousuf Philips <philipz85@hotmail.com>
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst 3d6fca94
......@@ -82,13 +82,13 @@ static const snewfoil_value_info editmodes[] =
STR_NORMAL_MODE,
".uno:NormalMultiPaneGUI" },
{2,
BMP_DISPLAYMODE_NOTES,
STR_NOTES_MODE,
".uno:NotesMode" },
{3,
BMP_DISPLAYMODE_OUTLINE,
STR_OUTLINE_MODE,
".uno:OutlineMode" },
{3,
BMP_DISPLAYMODE_NOTES,
STR_NOTES_MODE,
".uno:NotesMode" },
{4,
BMP_DISPLAYMODE_SLIDE_SORTER,
STR_SLIDE_SORTER_MODE,
......
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