Minor fix in Options dialog

This commit is contained in:
David Capello 2015-04-08 21:58:46 -03:00
parent d8d0d5f0b1
commit 956ae0c565

View File

@ -23,8 +23,8 @@
</hbox> </hbox>
<check text="Show timeline automatically" id="autotimeline" tooltip="Show the timeline automatically&#10;when a new frame or layer is added." /> <check text="Show timeline automatically" id="autotimeline" tooltip="Show the timeline automatically&#10;when a new frame or layer is added." />
<check text="Expand menu bar items on mouseover" id="expand_menubar_on_mouseover" tooltip="Check this option to get&#10;this old menus behavior." /> <check text="Expand menu bar items on mouseover" id="expand_menubar_on_mouseover" tooltip="Check this option to get&#10;this old menus behavior." />
<separator horizontal="true" />
<check text="Enable data recovery" id="enable_data_recovery" tooltip="With this option you can recover your documents&#10;if the program finalizes unexpectedly." /> <check text="Enable data recovery" id="enable_data_recovery" tooltip="With this option you can recover your documents&#10;if the program finalizes unexpectedly." />
<separator horizontal="true" />
<link id="locate_file" text="Locate Configuration File" /> <link id="locate_file" text="Locate Configuration File" />
<link id="locate_crash_folder" text="Locate Crash Folder" /> <link id="locate_crash_folder" text="Locate Crash Folder" />
</vbox> </vbox>