[chronojump] If crashed before, shows better message and open manual folder



commit ee82bbbcf22e1491c9ede5ee5c5a441392ce8acb
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jun 30 16:15:27 2014 +0200

    If crashed before, shows better message and open manual folder

 glade/chronojump.glade |  750 +++++++++++++-----------------------------------
 src/chronojump.cs      |   14 +-
 src/gui/error.cs       |   22 ++-
 3 files changed, 220 insertions(+), 566 deletions(-)
---
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index aef68bd..d7f7488 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -19,7 +19,6 @@
             <child>
               <widget class="GtkMenuItem" id="session_menuitem">
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="label" translatable="yes">_Session</property>
                 <property name="use_underline">True</property>
                 <child>
@@ -30,7 +29,6 @@
                         <property name="label" translatable="yes">New session</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">False</property>
                         <property name="always_show_image">True</property>
                         <signal name="activate" handler="on_new_activate" swapped="no"/>
@@ -48,7 +46,6 @@
                         <property name="label" translatable="yes">_Load</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_open_activate" swapped="no"/>
@@ -66,7 +63,6 @@
                         <property name="label" translatable="yes">_Edit</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_edit_session_activate" swapped="no"/>
@@ -85,7 +81,6 @@
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="tooltip" translatable="yes">delete current session</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_delete_session_activate" swapped="no"/>
@@ -110,7 +105,6 @@
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="tooltip" translatable="yes">Useful to export to a Spreadsheet like 
MS Excel or OpenOffice or Gnumeric</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_export_session_activate" swapped="no"/>
@@ -127,7 +121,6 @@
                       <widget class="GtkMenuItem" id="menuitem_export_xml">
                         <property name="sensitive">False</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">Export session to _XML</property>
                         <property name="use_underline">True</property>
                         <signal name="activate" handler="on_export_session_activate" swapped="no"/>
@@ -144,7 +137,6 @@
                         <property name="label">gtk-preferences</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">True</property>
                         <signal name="activate" handler="on_preferences_activate" swapped="no"/>
@@ -158,7 +150,6 @@
                     <child>
                       <widget class="GtkMenuItem" id="menuitem_server">
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">Server</property>
                         <property name="use_underline">True</property>
                         <child>
@@ -169,7 +160,6 @@
                               <widget class="GtkMenuItem" id="menuitem_server_check_connection">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="label" translatable="yes">Check connection</property>
                                 <property name="use_underline">True</property>
                                 <signal name="activate" handler="on_server_ping" swapped="no"/>
@@ -179,7 +169,6 @@
                               <widget class="GtkMenuItem" id="menuitem_server_query">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="label" translatable="yes">Query to the server</property>
                                 <property name="use_underline">True</property>
                                 <signal name="activate" handler="on_menuitem_server_query" swapped="no"/>
@@ -189,7 +178,6 @@
                               <widget class="GtkMenuItem" id="menuitem_server_stats">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="label" translatable="yes">Check basic stats</property>
                                 <property name="use_underline">True</property>
                                 <signal name="activate" handler="on_menuitem_server_stats" swapped="no"/>
@@ -199,7 +187,6 @@
                               <widget class="GtkMenuItem" id="menuitem_server_upload_session">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="label" translatable="yes">Upload (or update) session to 
server</property>
                                 <property name="use_underline">True</property>
                                 <signal name="activate" handler="on_server_upload_session_pre" swapped="no"/>
@@ -209,7 +196,6 @@
                               <widget class="GtkMenuItem" id="menuitem_server_website">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="label" translatable="yes">Open server website (on 
browser)</property>
                                 <property name="use_underline">True</property>
                                 <signal name="activate" handler="on_menuitem_goto_server_website" 
swapped="no"/>
@@ -230,7 +216,6 @@
                         <property name="label">gtk-quit</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">True</property>
                         <signal name="activate" handler="on_quit1_activate" swapped="no"/>
@@ -243,7 +228,6 @@
             <child>
               <widget class="GtkMenuItem" id="menuitem_mode">
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="label" translatable="yes">_Mode:</property>
                 <property name="use_underline">True</property>
                 <child>
@@ -254,7 +238,6 @@
                       <widget class="GtkRadioMenuItem" id="radio_menuitem_mode_jumps">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">Jumps</property>
                         <property name="use_underline">True</property>
                         <property name="draw_as_radio">True</property>
@@ -265,7 +248,6 @@
                       <widget class="GtkRadioMenuItem" id="radio_menuitem_mode_runs">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">Runs</property>
                         <property name="use_underline">True</property>
                         <property name="draw_as_radio">True</property>
@@ -277,7 +259,6 @@
                       <widget class="GtkRadioMenuItem" id="radio_menuitem_mode_power">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">Power</property>
                         <property name="use_underline">True</property>
                         <property name="draw_as_radio">True</property>
@@ -289,7 +270,6 @@
                       <widget class="GtkRadioMenuItem" id="radio_menuitem_mode_other">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">Other</property>
                         <property name="use_underline">True</property>
                         <property name="draw_as_radio">True</property>
@@ -307,7 +287,6 @@
                       <widget class="GtkMenuItem" id="menuitem_mode_main_menu">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">Main menu</property>
                         <property name="use_underline">True</property>
                         <signal name="activate" handler="on_menuitem_mode_main_menu_activate" swapped="no"/>
@@ -321,7 +300,6 @@
               <widget class="GtkMenuItem" id="menuitem_mode_selected_jumps">
                 <property name="sensitive">False</property>
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="label" translatable="yes">Jumps</property>
               </widget>
             </child>
@@ -329,7 +307,6 @@
               <widget class="GtkMenuItem" id="menuitem_mode_selected_runs">
                 <property name="sensitive">False</property>
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="label" translatable="yes">Runs</property>
                 <property name="use_underline">True</property>
               </widget>
@@ -338,7 +315,6 @@
               <widget class="GtkMenuItem" id="menuitem_mode_selected_power">
                 <property name="sensitive">False</property>
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="label" translatable="yes">Power</property>
               </widget>
             </child>
@@ -346,7 +322,6 @@
               <widget class="GtkMenuItem" id="menuitem_mode_selected_other">
                 <property name="sensitive">False</property>
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="label" translatable="yes">Other</property>
                 <property name="use_underline">True</property>
               </widget>
@@ -355,7 +330,6 @@
               <widget class="GtkMenuItem" id="help_menuitem">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="right_justified">True</property>
                 <property name="label" translatable="yes">_Help</property>
                 <property name="use_underline">True</property>
@@ -367,7 +341,6 @@
                         <property name="label">_Manual</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_menuitem_manual_activate" swapped="no"/>
                         <child internal-child="image">
@@ -383,7 +356,6 @@
                       <widget class="GtkMenuItem" id="menuitem_formulas">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">_Formulas</property>
                         <property name="use_underline">True</property>
                         <signal name="activate" handler="on_menuitem_formulas_activate" swapped="no"/>
@@ -394,7 +366,6 @@
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="tooltip" translatable="yes">Use Chronojump faster</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">_Accelerators</property>
                         <property name="use_underline">True</property>
                         <signal name="activate" handler="on_menuitem_accelerators_activate" swapped="no"/>
@@ -410,7 +381,6 @@
                       <widget class="GtkMenuItem" id="menuitem_test_rdotnet">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label">Test RDotNet</property>
                         <property name="use_underline">True</property>
                         <signal name="activate" handler="on_menuitem_test_rdotnet_activate" swapped="no"/>
@@ -427,7 +397,6 @@
                         <property name="label" translatable="yes">_About</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_about1_activate" swapped="no"/>
                         <child internal-child="image">
@@ -574,7 +543,6 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" handler="on_button_selector_start_jumps_clicked" 
swapped="no"/>
                                     <child>
                                       <widget class="GtkVBox" id="vbox78">
@@ -693,7 +661,6 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" handler="on_button_selector_start_runs_clicked" 
swapped="no"/>
                                     <child>
                                       <widget class="GtkVBox" id="vbox79">
@@ -812,7 +779,6 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" handler="on_button_selector_start_power_clicked" 
swapped="no"/>
                                     <child>
                                       <widget class="GtkVBox" id="vbox80">
@@ -931,7 +897,6 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" handler="on_button_selector_start_other_clicked" 
swapped="no"/>
                                     <child>
                                       <widget class="GtkLabel" id="label51">
@@ -1047,7 +1012,6 @@
                                                     <property name="receives_default">True</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">New 
person</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <signal name="clicked" 
handler="on_person_add_single_activate" swapped="no"/>
                                                     <child>
                                                       <widget class="GtkImage" id="image_persons_new_1">
@@ -1071,7 +1035,6 @@
                                                     <property name="receives_default">True</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">New persons 
(multiple)</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <signal name="clicked" 
handler="on_person_add_multiple_clicked" swapped="no"/>
                                                     <child>
                                                       <widget class="GtkImage" id="image_persons_new_plus">
@@ -1107,7 +1070,6 @@
                                                     <property name="receives_default">True</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">Load 
person</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <signal name="clicked" 
handler="on_recuperate_person_clicked" swapped="no"/>
                                                     <child>
                                                       <widget class="GtkImage" id="image_persons_open_1">
@@ -1131,7 +1093,6 @@
                                                     <property name="receives_default">True</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">Load persons 
from other session</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <signal name="clicked" 
handler="on_recuperate_persons_from_session_clicked" swapped="no"/>
                                                     <child>
                                                       <widget class="GtkImage" id="image_persons_open_plus">
@@ -1231,7 +1192,6 @@
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Select previous person
 &lt;Control&gt;Up</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">half</property>
                                                             <signal name="clicked" 
handler="on_treeview_persons_up" swapped="no"/>
                                                             <accelerator key="Up" signal="clicked" 
modifiers="GDK_CONTROL_MASK"/>
@@ -1259,7 +1219,6 @@
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Select next person
 &lt;Control&gt;Down</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">half</property>
                                                             <signal name="clicked" 
handler="on_treeview_persons_down" swapped="no"/>
                                                             <accelerator key="Down" signal="clicked" 
modifiers="GDK_CONTROL_MASK"/>
@@ -1330,7 +1289,6 @@
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">Edit 
selected person
 &lt;Control&gt;p</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <signal name="clicked" 
handler="on_edit_current_person_clicked" swapped="no"/>
                                                     <accelerator key="p" signal="clicked" 
modifiers="GDK_CONTROL_MASK"/>
                                                     <child>
@@ -1355,7 +1313,6 @@
                                                     <property name="receives_default">True</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">show all 
tests of this person</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <signal name="clicked" 
handler="on_show_all_person_events_activate" swapped="no"/>
                                                     <child>
                                                       <widget class="GtkImage" id="image1188">
@@ -1380,7 +1337,6 @@
                                                     <property name="receives_default">True</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">Delete 
person</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <signal name="clicked" 
handler="on_delete_current_person_from_session_clicked" swapped="no"/>
                                                     <child>
                                                       <widget class="GtkImage" id="image_person_delete">
@@ -1474,7 +1430,6 @@
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">True</property>
                                                 <property name="receives_default">False</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <property name="relief">none</property>
                                                 <property name="active">True</property>
                                                 <property name="draw_indicator">False</property>
@@ -1523,7 +1478,6 @@
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">True</property>
                                                 <property name="receives_default">False</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <property name="relief">none</property>
                                                 <property name="draw_indicator">False</property>
                                                 <property name="group">radio_mode_jumps_small</property>
@@ -1590,7 +1544,6 @@
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">True</property>
                                                 <property name="receives_default">False</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <property name="relief">none</property>
                                                 <property name="draw_indicator">False</property>
                                                 <property name="group">radio_mode_jumps_small</property>
@@ -1639,7 +1592,6 @@
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">True</property>
                                                 <property name="receives_default">False</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <property name="relief">none</property>
                                                 <property name="draw_indicator">False</property>
                                                 <property name="group">radio_mode_jumps_small</property>
@@ -1710,7 +1662,6 @@
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">True</property>
                                                 <property name="receives_default">False</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <property name="relief">none</property>
                                                 <property name="draw_indicator">False</property>
                                                 <property name="group">radio_mode_jumps_small</property>
@@ -1759,7 +1710,6 @@
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">True</property>
                                                 <property name="receives_default">False</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <property name="relief">none</property>
                                                 <property name="draw_indicator">False</property>
                                                 <property name="group">radio_mode_jumps_small</property>
@@ -1808,7 +1758,6 @@
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">True</property>
                                                 <property name="receives_default">False</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <property name="relief">none</property>
                                                 <property name="draw_indicator">False</property>
                                                 <property name="group">radio_mode_jumps_small</property>
@@ -1965,7 +1914,6 @@
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_extra_window_jumps_more" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image3">
@@ -1988,7 +1936,6 @@
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
jump type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_jump_simple_type_add_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image3210">
@@ -2012,7 +1959,6 @@
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete jump type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_jump_type_delete_simple" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_jump_type_delete_simple">
@@ -2091,7 +2037,6 @@
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" translatable="yes">See 
order</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_auto_order_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image37">
@@ -2114,7 +2059,6 @@
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" translatable="yes">Skip 
this person (will perform tests at the end)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_auto_skip_person_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_auto_person_skip">
@@ -2136,7 +2080,6 @@
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" 
translatable="yes">Remove this person from automatic sequence</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_auto_remove_person_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_auto_person_remove">
@@ -2166,7 +2109,6 @@
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" translatable="yes">End 
automatic mode</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_auto_end_clicked" swapped="no"/>
                                                             </widget>
                                                             <packing>
@@ -2197,7 +2139,6 @@
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" 
translatable="yes">Start automatic mode</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_auto_start_clicked" swapped="no"/>
                                                             </widget>
                                                             <packing>
@@ -2292,7 +2233,6 @@
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_extra_window_jumps_rj_more" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image6">
@@ -2315,7 +2255,6 @@
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Bells</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_rj_bells_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkAlignment" id="alignment81">
@@ -2370,7 +2309,6 @@
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
jump type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_jump_reactive_type_add_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image1">
@@ -2394,7 +2332,6 @@
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete jump type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_jump_type_delete_reactive" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_jump_type_delete_reactive">
@@ -2506,7 +2443,6 @@
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_extra_window_runs_more" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image16">
@@ -2529,7 +2465,6 @@
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
run type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_run_simple_type_add_activate" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image33">
@@ -2553,7 +2488,6 @@
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete run type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_run_type_delete_simple" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_run_type_delete_simple">
@@ -2665,7 +2599,6 @@
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_extra_window_runs_interval_more" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image32">
@@ -2688,7 +2621,6 @@
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Bells</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_time_bells_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkAlignment" id="alignment103">
@@ -2743,7 +2675,6 @@
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
run type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_run_intervallic_type_add_activate" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image3213">
@@ -2767,7 +2698,6 @@
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete run type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_run_type_delete_intervallic" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_run_type_delete_intervallic">
@@ -2835,7 +2765,6 @@
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
@@ -2902,7 +2831,6 @@
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
@@ -2926,7 +2854,6 @@
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="draw_indicator">False</property>
                                                             <property 
name="group">extra_window_radio_pulses_free</property>
@@ -2991,7 +2918,6 @@
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
@@ -3015,7 +2941,6 @@
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="draw_indicator">False</property>
                                                             <property 
name="group">extra_window_radio_multichronopic_start</property>
@@ -3150,7 +3075,6 @@
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Connect Chronopics</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">half</property>
                                                             <signal name="clicked" 
handler="on_chronopic_contacts_clicked" swapped="no"/>
                                                             <child>
@@ -3382,7 +3306,6 @@
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -3401,7 +3324,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_kg</property>
@@ -3458,7 +3380,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="clicked" 
handler="on_extra_window_jumps_check_dj_arms_clicked" swapped="no"/>
                                                             </widget>
@@ -3520,7 +3441,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             </widget>
@@ -3536,7 +3456,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_mode_vertical</property>
                                                             </widget>
@@ -3552,7 +3471,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_mode_vertical</property>
                                                             </widget>
@@ -3611,7 +3529,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             </widget>
@@ -3627,7 +3544,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_right</property>
                                                             </widget>
@@ -3686,7 +3602,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="xalign">0</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -3703,7 +3618,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_dominance_this_limb</property>
                                                             </widget>
@@ -3719,7 +3633,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_dominance_this_limb</property>
                                                             </widget>
@@ -3778,7 +3691,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="xalign">0</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -3795,7 +3707,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_fall_this_limb</property>
                                                             </widget>
@@ -3811,7 +3722,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_fall_this_limb</property>
                                                             </widget>
@@ -3985,7 +3895,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_stock">True</property>
                                                             <signal name="clicked" 
handler="on_extra_window_jumps_button_single_leg_apply_clicked" swapped="no"/>
                                                             </widget>
@@ -4274,7 +4183,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -4292,7 +4200,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_rj_radiobutton_kg</property>
@@ -4324,7 +4231,6 @@ weight</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">If a 
multiple jump is limited by time, and time has running out, allow finish jump</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="toggled" 
handler="on_extra_window_checkbutton_allow_finish_rj_after_time_toggled" swapped="no"/>
@@ -4498,7 +4404,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="toggled" 
handler="on_radio_runs_speed_start_toggled" swapped="no"/>
@@ -4515,7 +4420,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_speed_start_arrival</property>
                                                             <signal name="toggled" 
handler="on_radio_runs_speed_start_toggled" swapped="no"/>
@@ -4562,7 +4466,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="toggled" 
handler="on_checkbutton_runs_prevent_double_contact_toggled" swapped="no"/>
@@ -4657,7 +4560,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             </widget>
@@ -4673,7 +4575,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_prevent_double_contact_first</property>
                                                             </widget>
@@ -4689,7 +4590,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_prevent_double_contact_first</property>
                                                             </widget>
@@ -4971,7 +4871,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="toggled" 
handler="on_radio_runs_i_speed_start_toggled" swapped="no"/>
@@ -4988,7 +4887,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_i_speed_start_arrival</property>
                                                             <signal name="toggled" 
handler="on_radio_runs_i_speed_start_toggled" swapped="no"/>
@@ -5042,7 +4940,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="toggled" 
handler="on_checkbutton_runs_i_prevent_double_contact_toggled" swapped="no"/>
@@ -5137,7 +5034,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             </widget>
@@ -5153,7 +5049,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_i_prevent_double_contact_first</property>
                                                             </widget>
@@ -5169,7 +5064,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_i_prevent_double_contact_first</property>
                                                             </widget>
@@ -5427,7 +5321,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">unlimited pulses</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="clicked" 
handler="on_extra_window_pulses_checkbutton_unlimited_clicked" swapped="no"/>
@@ -5559,7 +5452,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete first TC and TF of each chronopic</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -5578,7 +5470,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Synchronize chronopics</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -5776,7 +5667,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_image_test_zoom_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image_test_zoom">
@@ -5886,7 +5776,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Or 
press 'space'</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_execute_test_clicked" swapped="no"/>
                                                             <accelerator key="space" signal="clicked"/>
                                                             <child>
@@ -5940,7 +5829,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Cancel test</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_event_execute_button_cancel_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image30">
@@ -5966,7 +5854,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Finish test (save test until this moment)      </property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_event_execute_finish_clicked" swapped="no"/>
                                                             <child>
@@ -6152,7 +6039,6 @@ Second Chronopic to platforms.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
sound (on / off)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -6217,7 +6103,6 @@ Second Chronopic to platforms.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Record video (on / off)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -6283,6 +6168,9 @@ Second Chronopic to platforms.</property>
                                                         <child>
                                                           <placeholder/>
                                                         </child>
+                                                        <child>
+                                                          <placeholder/>
+                                                        </child>
                                                       </widget>
                                                       <packing>
                                                         <property name="expand">True</property>
@@ -6475,7 +6363,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Properties</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_event_execute_button_properties_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image1664">
@@ -6499,7 +6386,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Update</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_event_execute_button_update_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image1665">
@@ -6877,6 +6763,9 @@ Second Chronopic to platforms.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             </child>
                                                             <child>
@@ -7603,6 +7492,9 @@ Second Chronopic to platforms.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="position">2</property>
@@ -8088,6 +7980,9 @@ Second Chronopic to platforms.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="position">4</property>
@@ -8338,7 +8233,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete this test (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_this_test_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -8363,7 +8257,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_this_test_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -8536,7 +8429,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_jumps_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -8559,7 +8451,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_jump_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -8584,7 +8475,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_jump_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -8609,7 +8499,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_jump_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -8761,7 +8650,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_jumps_rj_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -8784,7 +8672,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_jump_rj_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -8809,7 +8696,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_jump_rj_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -8834,7 +8720,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Repair selected (r)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_repair_selected_jump_rj_clicked" swapped="no"/>
                                                             <accelerator key="r" signal="clicked"/>
                                                             <child>
@@ -8857,7 +8742,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_jump_rj_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -9026,7 +8910,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_runs_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -9049,7 +8932,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_run_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -9074,7 +8956,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_run_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -9099,7 +8980,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_run_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -9247,7 +9127,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_runs_interval_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -9270,7 +9149,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_run_interval_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -9295,7 +9173,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_run_interval_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -9320,7 +9197,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Repair selected (r)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_repair_selected_run_interval_clicked" swapped="no"/>
                                                             <accelerator key="r" signal="clicked"/>
                                                             <child>
@@ -9343,7 +9219,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_run_interval_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -9473,7 +9348,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_reaction_times_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -9496,7 +9370,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_reaction_time_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -9521,7 +9394,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_reaction_time_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -9546,7 +9418,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_reaction_time_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -9682,7 +9553,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_pulses_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -9707,7 +9577,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_pulse_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -9732,7 +9601,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_pulse_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -9757,7 +9625,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Repair selected (r)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_repair_selected_pulse_clicked" swapped="no"/>
                                                             <accelerator key="r" signal="clicked"/>
                                                             <child>
@@ -9780,7 +9647,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_pulse_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -9928,7 +9794,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_multi_chronopic_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -9951,7 +9816,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_multi_chronopic_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -9976,7 +9840,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_multi_chronopic_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -10000,7 +9863,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Repair selected (r)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_repair_selected_multi_chronopic_clicked" swapped="no"/>
                                                             <accelerator key="r" signal="clicked"/>
                                                             <child>
@@ -10023,7 +9885,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_multi_chronopic_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -10417,7 +10278,6 @@ Second Chronopic to platforms.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">mark 
best 'n' consecutives</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="clicked" 
handler="on_checkbutton_mark_consecutives_clicked" swapped="no"/>
@@ -10504,7 +10364,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -10527,7 +10386,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radiobutton_current_session</property>
@@ -10546,7 +10404,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="sensitive">False</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_stats_select_sessions_clicked" swapped="no"/>
                                                             </widget>
@@ -10601,7 +10458,6 @@ Second Chronopic to platforms.</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">False</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="use_underline">True</property>
                                                         <property name="draw_indicator">True</property>
                                                         <property 
name="group">radiobutton_stats_jumps_person_average</property>
@@ -10622,7 +10478,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radiobutton_stats_jumps_person_average</property>
@@ -10669,7 +10524,6 @@ Second Chronopic to platforms.</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">False</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="use_underline">True</property>
                                                         <property name="draw_indicator">True</property>
                                                         <property 
name="group">radiobutton_stats_jumps_all</property>
@@ -10692,7 +10546,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radiobutton_stats_jumps_person_average</property>
@@ -10764,7 +10617,6 @@ Second Chronopic to platforms.</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">False</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="use_underline">True</property>
                                                         <property name="draw_indicator">True</property>
                                                         <signal name="clicked" 
handler="on_checkbutton_stats_sex_clicked" swapped="no"/>
@@ -10781,7 +10633,6 @@ Second Chronopic to platforms.</property>
                                                         <property name="sensitive">False</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">False</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="use_underline">True</property>
                                                         <property name="active">True</property>
                                                         <property name="draw_indicator">True</property>
@@ -10830,7 +10681,6 @@ Second Chronopic to platforms.</property>
                                                     <property name="receives_default">True</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">After a 
test, use it to update statistics</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <signal name="clicked" handler="on_button_stats_clicked" 
swapped="no"/>
                                                     <child>
                                                       <widget class="GtkAlignment" id="alignment18">
@@ -11088,7 +10938,6 @@ Second Chronopic to platforms.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Transpose</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             </widget>
@@ -11118,7 +10967,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Options</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_stats_graph_options_clicked" swapped="no"/>
                                                             <child>
@@ -11142,7 +10990,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Graph this statistic</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_graph_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkAlignment" id="alignment24">
@@ -11221,7 +11068,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
this statistic and its graph to report window</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_add_to_report_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_stats_win_report_add">
@@ -11246,7 +11092,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">View 
report window</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_show_report_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_stats_win_report_open">
@@ -11680,7 +11525,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_graph_margin_default_clicked" swapped="no"/>
                                                             <child>
@@ -11898,7 +11742,6 @@ on current Chronojump version.</property>
                                                     <property name="can_focus">True</property>
                                                     <property name="can_default">True</property>
                                                     <property name="receives_default">True</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="use_underline">True</property>
                                                     <signal name="clicked" 
handler="on_button_encoder_select_clicked" swapped="no"/>
                                                   </widget>
@@ -11940,7 +11783,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Connect encoder</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">half</property>
                                                             <signal name="clicked" 
handler="on_chronopic_encoder_clicked" swapped="no"/>
                                                             <child>
@@ -11985,7 +11827,6 @@ on current Chronojump version.</property>
                                                     <property name="receives_default">False</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">Play sound 
(on / off)</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="relief">none</property>
                                                     <property name="active">True</property>
                                                     <property name="draw_indicator">True</property>
@@ -12045,7 +11886,6 @@ on current Chronojump version.</property>
                                                     <property name="receives_default">False</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">Record video 
(on / off)</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="relief">none</property>
                                                     <property name="active">True</property>
                                                     <property name="draw_indicator">True</property>
@@ -12102,7 +11942,6 @@ on current Chronojump version.</property>
                                                     <property name="receives_default">True</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">Play Video 
(v)</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <signal name="clicked" 
handler="on_video_play_this_test_encoder_clicked" swapped="no"/>
                                                     <accelerator key="v" signal="clicked"/>
                                                     <child>
@@ -12188,7 +12027,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
description of this exercise</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_exercise_info_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image4">
@@ -12212,7 +12050,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
new exercise</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_exercise_add_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image2986">
@@ -12440,7 +12277,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">1RM 
window</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_1RM_win_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image31">
@@ -12509,7 +12345,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Options</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_capture_options_clicked" swapped="no"/>
                                                             <child>
@@ -12535,7 +12370,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Or 
press 'CTRL + space'</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_capture_clicked" swapped="no"/>
                                                             <accelerator key="space" signal="clicked" 
modifiers="GDK_CONTROL_MASK"/>
@@ -12585,7 +12419,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Feedback</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="xalign">0</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_bells_clicked" swapped="no"/>
                                                             <child>
@@ -12638,7 +12471,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Cancel process</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_cancel_clicked" swapped="no"/>
                                                             <child>
@@ -12665,7 +12497,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Finish capture</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_capture_finish_clicked" swapped="no"/>
                                                             <child>
@@ -12709,7 +12540,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Load 
signal</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_load_signal_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_capture_open">
@@ -12734,7 +12564,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Recalculate signal with changed parameters</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_recalculate_clicked" swapped="no"/>
                                                             <child>
@@ -12760,7 +12589,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete signal</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_delete_signal_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_signal_delete">
@@ -12783,7 +12611,6 @@ on current Chronojump version.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_export_all_curves_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image41">
@@ -13171,7 +12998,6 @@ on current Chronojump version.</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">False</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="active">True</property>
                                                         <property name="draw_indicator">False</property>
                                                         <signal name="toggled" 
handler="on_check_encoder_analyze_signal_or_curves_toggled" swapped="no"/>
@@ -13327,7 +13153,6 @@ on current Chronojump version.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_analyze_data_select_curves_clicked" swapped="no"/>
                                                           </widget>
                                                           <packing>
@@ -13356,7 +13181,6 @@ on current Chronojump version.</property>
                                                             <property name="label" 
translatable="yes">Compare to</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_analyze_data_compare_clicked" swapped="no"/>
                                                           </widget>
                                                           <packing>
@@ -13417,7 +13241,6 @@ on current Chronojump version.</property>
                                                         <property name="receives_default">False</property>
                                                         <property name="has_tooltip">True</property>
                                                         <property name="tooltip" 
translatable="yes">Powerbars</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="active">True</property>
                                                         <property name="draw_indicator">False</property>
                                                         <signal name="toggled" 
handler="on_radiobutton_encoder_analyze_powerbars_toggled" swapped="no"/>
@@ -13443,7 +13266,6 @@ on current Chronojump version.</property>
                                                         <property name="receives_default">False</property>
                                                         <property name="has_tooltip">True</property>
                                                         <property name="tooltip" translatable="yes">Cross 
variables</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="draw_indicator">False</property>
                                                         <property 
name="group">radiobutton_encoder_analyze_powerbars</property>
                                                         <signal name="toggled" 
handler="on_radiobutton_encoder_analyze_cross_toggled" swapped="no"/>
@@ -13469,7 +13291,6 @@ on current Chronojump version.</property>
                                                         <property name="receives_default">False</property>
                                                         <property name="has_tooltip">True</property>
                                                         <property name="tooltip" translatable="yes">Side 
compare</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="draw_indicator">False</property>
                                                         <property 
name="group">radiobutton_encoder_analyze_powerbars</property>
                                                         <signal name="toggled" 
handler="on_radiobutton_encoder_analyze_side_toggled" swapped="no"/>
@@ -13495,7 +13316,6 @@ on current Chronojump version.</property>
                                                         <property name="receives_default">False</property>
                                                         <property name="has_tooltip">True</property>
                                                         <property name="tooltip" translatable="yes">Single 
curve</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="draw_indicator">False</property>
                                                         <property 
name="group">radiobutton_encoder_analyze_powerbars</property>
                                                         <signal name="toggled" 
handler="on_radiobutton_encoder_analyze_single_toggled" swapped="no"/>
@@ -13521,7 +13341,6 @@ on current Chronojump version.</property>
                                                         <property name="receives_default">False</property>
                                                         <property name="has_tooltip">True</property>
                                                         <property name="tooltip" 
translatable="yes">Neuromuscular profile</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="draw_indicator">False</property>
                                                         <property 
name="group">radiobutton_encoder_analyze_powerbars</property>
                                                         <signal name="toggled" 
handler="on_radiobutton_encoder_analyze_neuromuscular_profile_toggled" swapped="no"/>
@@ -13560,7 +13379,6 @@ on current Chronojump version.</property>
                                                           <widget class="GtkButton" 
id="button_encoder_analyze_help">
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_analyze_help_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image24">
@@ -13581,7 +13399,6 @@ on current Chronojump version.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
                                                             <signal name="toggled" 
handler="on_check_encoder_analyze_eccon_together_toggled" swapped="no"/>
@@ -13630,7 +13447,6 @@ on current Chronojump version.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
                                                             <signal name="toggled" 
handler="on_check_encoder_analyze_mean_or_max_toggled" swapped="no"/>
@@ -13769,7 +13585,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
range</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_analyze_range">
@@ -13793,7 +13608,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
Time to Peak Power</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_analyze_time_to_pp">
@@ -13828,7 +13642,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
speed</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
@@ -13853,7 +13666,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
acceleration</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_analyze_accel">
@@ -13877,7 +13689,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
force</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_analyze_force">
@@ -13901,7 +13712,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
power</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
@@ -13952,7 +13762,6 @@ on current Chronojump version.</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="can_default">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="xalign">1</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_analyze_clicked" swapped="no"/>
@@ -14021,7 +13830,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Cancel process</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_cancel_clicked" swapped="no"/>
                                                             <child>
@@ -14126,7 +13934,6 @@ on current Chronojump version.</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" translatable="yes">Save 
image</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_analyze_image_save_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_analyze_image_save">
@@ -14151,7 +13958,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Save 
1RM value</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_analyze_1RM_save_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkVBox" id="vbox45">
@@ -14251,7 +14057,6 @@ on current Chronojump version.</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" translatable="yes">Save 
table</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_analyze_table_save_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_analyze_image_save1">
@@ -14382,7 +14187,6 @@ on current Chronojump version.</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
                                         <property name="tooltip">Maximize view</property>
-                                        <property name="use_action_appearance">False</property>
                                         <child>
                                           <widget class="GtkImage" id="image25">
                                             <property name="visible">True</property>
@@ -14404,7 +14208,6 @@ on current Chronojump version.</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
                                         <property name="tooltip">Restore view</property>
-                                        <property name="use_action_appearance">False</property>
                                         <child>
                                           <widget class="GtkImage" id="image27">
                                             <property name="visible">True</property>
@@ -14436,7 +14239,6 @@ on current Chronojump version.</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
                                         <property name="tooltip">First slide</property>
-                                        <property name="use_action_appearance">False</property>
                                         <child>
                                           <widget class="GtkImage" id="image28">
                                             <property name="visible">True</property>
@@ -14537,7 +14339,6 @@ Anyone can check server stats and graphs and easily make querys to the server.</
                                                     <property name="can_focus">True</property>
                                                     <property name="receives_default">True</property>
                                                     <property name="border_width">10</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <signal name="clicked" handler="on_server_ping" 
swapped="no"/>
                                                     <child>
                                                       <widget class="GtkHBox" id="hbox59">
@@ -14609,7 +14410,6 @@ Anyone can check server stats and graphs and easily make querys to the server.</
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="border_width">10</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_menuitem_server_query" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkHBox" id="hbox62">
@@ -14656,7 +14456,6 @@ Anyone can check server stats and graphs and easily make querys to the server.</
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="border_width">10</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_menuitem_server_stats" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkHBox" id="hbox64">
@@ -14755,7 +14554,6 @@ Evaluator can use real name or nickname.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_server_upload_session_pre" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkVBox" id="vbox74">
@@ -14842,7 +14640,6 @@ Evaluator can use real name or nickname.</property>
                                                     <property name="visible">True</property>
                                                     <property name="can_focus">True</property>
                                                     <property name="receives_default">True</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <signal name="clicked" 
handler="on_menuitem_goto_server_website" swapped="no"/>
                                                     <child>
                                                       <widget class="GtkHBox" id="hbox65">
@@ -15134,7 +14931,6 @@ Evaluator can use real name or nickname.</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" handler="on_button_connect_cp_clicked" 
swapped="no"/>
                                   </widget>
                                   <packing>
@@ -15190,7 +14986,6 @@ Evaluator can use real name or nickname.</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="draw_indicator">True</property>
                                     <signal name="clicked" handler="on_checkbutton_multi_show_clicked" 
swapped="no"/>
                                   </widget>
@@ -15461,7 +15256,6 @@ Evaluator can use real name or nickname.</property>
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
-                                        <property name="use_action_appearance">False</property>
                                         <signal name="clicked" handler="on_button_connect_cp_clicked" 
swapped="no"/>
                                       </widget>
                                       <packing>
@@ -15475,7 +15269,6 @@ Evaluator can use real name or nickname.</property>
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
-                                        <property name="use_action_appearance">False</property>
                                         <signal name="clicked" handler="on_button_connect_cp_clicked" 
swapped="no"/>
                                       </widget>
                                       <packing>
@@ -15491,7 +15284,6 @@ Evaluator can use real name or nickname.</property>
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
-                                        <property name="use_action_appearance">False</property>
                                         <signal name="clicked" handler="on_button_connect_cp_clicked" 
swapped="no"/>
                                       </widget>
                                       <packing>
@@ -15598,7 +15390,6 @@ Evaluator can use real name or nickname.</property>
                                         <property name="can_focus">True</property>
                                         <property name="can_default">True</property>
                                         <property name="receives_default">False</property>
-                                        <property name="use_action_appearance">False</property>
                                         <property name="use_stock">True</property>
                                         <signal name="clicked" handler="on_button_cancel_clicked" 
swapped="no"/>
                                         <accelerator key="Escape" signal="clicked"/>
@@ -15819,7 +15610,6 @@ Just select and then close this window.</property>
                 <property name="label">gtk-refresh</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
               </widget>
               <packing>
@@ -15835,7 +15625,6 @@ Just select and then close this window.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_help_clicked" swapped="no"/>
               </widget>
@@ -15851,7 +15640,6 @@ Just select and then close this window.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -15898,7 +15686,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -15916,7 +15703,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -16121,7 +15907,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -16139,7 +15924,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -16186,7 +15970,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -16648,7 +16431,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -16708,7 +16490,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -16858,7 +16639,6 @@ Just select and then close this window.</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <signal name="clicked" handler="on_button_check_port_clicked" swapped="no"/>
                               </widget>
@@ -16874,7 +16654,6 @@ Just select and then close this window.</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <signal name="clicked" handler="on_button_force_port_clicked" swapped="no"/>
                               </widget>
@@ -16965,7 +16744,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_close_button_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -17110,7 +16888,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_close_button_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -17224,7 +17001,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -17423,6 +17199,9 @@ by you</property>
                         <child>
                           <placeholder/>
                         </child>
+                        <child>
+                          <placeholder/>
+                        </child>
                       </widget>
                     </child>
                   </widget>
@@ -17816,6 +17595,9 @@ by you</property>
                         <child>
                           <placeholder/>
                         </child>
+                        <child>
+                          <placeholder/>
+                        </child>
                       </widget>
                     </child>
                   </widget>
@@ -17883,6 +17665,27 @@ by you</property>
             <property name="column_spacing">4</property>
             <property name="row_spacing">2</property>
             <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
               <widget class="GtkLabel" id="label_tv_title">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -18389,7 +18192,6 @@ by you</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="use_action_appearance">False</property>
                     <signal name="clicked" handler="on_button_video_watch_clicked" swapped="no"/>
                   </widget>
                   <packing>
@@ -18535,6 +18337,9 @@ by you</property>
               </packing>
             </child>
             <child>
+              <placeholder/>
+            </child>
+            <child>
               <widget class="GtkLabel" id="label_run_start_title">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -18593,6 +18398,12 @@ by you</property>
             <child>
               <placeholder/>
             </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
           </widget>
           <packing>
             <property name="expand">True</property>
@@ -18749,7 +18560,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_1_toggled" swapped="no"/>
@@ -18765,7 +18575,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_1_undef</property>
@@ -18784,7 +18593,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_1_undef</property>
@@ -18803,7 +18611,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_1_undef</property>
@@ -18837,7 +18644,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_1_undef</property>
@@ -18986,7 +18792,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_2_toggled" swapped="no"/>
@@ -19002,7 +18807,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_2_undef</property>
@@ -19021,7 +18825,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_2_undef</property>
@@ -19040,7 +18843,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_2_undef</property>
@@ -19059,7 +18861,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_2_undef</property>
@@ -19212,7 +19013,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_3_toggled" swapped="no"/>
@@ -19228,7 +19028,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_3_undef</property>
@@ -19247,7 +19046,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_3_undef</property>
@@ -19266,7 +19064,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_3_undef</property>
@@ -19285,7 +19082,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_3_undef</property>
@@ -19438,7 +19234,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_4_toggled" swapped="no"/>
@@ -19454,7 +19249,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_4_undef</property>
@@ -19473,7 +19267,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_4_undef</property>
@@ -19492,7 +19285,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_4_undef</property>
@@ -19511,7 +19303,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_4_undef</property>
@@ -19664,7 +19455,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_5_toggled" swapped="no"/>
@@ -19680,7 +19470,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_5_undef</property>
@@ -19699,7 +19488,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_5_undef</property>
@@ -19718,7 +19506,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_5_undef</property>
@@ -19737,7 +19524,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_5_undef</property>
@@ -19875,7 +19661,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_6_toggled" swapped="no"/>
@@ -19891,7 +19676,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_6_undef</property>
@@ -19910,7 +19694,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_6_undef</property>
@@ -19929,7 +19712,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_6_undef</property>
@@ -19948,7 +19730,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_6_undef</property>
@@ -20021,7 +19802,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -20039,7 +19819,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
                 <accelerator key="Return" signal="clicked"/>
@@ -20102,7 +19881,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
                                 <signal name="toggled" handler="on_radio_single_leg_1_toggled" swapped="no"/>
@@ -20119,7 +19897,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property name="group">jumps_radiobutton_single_leg_mode_vertical</property>
                                 <signal name="toggled" handler="on_radio_single_leg_1_toggled" swapped="no"/>
@@ -20136,7 +19913,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property name="group">jumps_radiobutton_single_leg_mode_vertical</property>
                                 <signal name="toggled" handler="on_radio_single_leg_1_toggled" swapped="no"/>
@@ -20197,7 +19973,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
                                 <signal name="toggled" handler="on_radio_single_leg_2_toggled" swapped="no"/>
@@ -20214,7 +19989,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property name="group">jumps_radiobutton_single_leg_right</property>
                                 <signal name="toggled" handler="on_radio_single_leg_2_toggled" swapped="no"/>
@@ -20275,7 +20049,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
@@ -20293,7 +20066,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property 
name="group">jumps_radiobutton_single_leg_dominance_this_limb</property>
                                 <signal name="toggled" handler="on_radio_single_leg_3_toggled" swapped="no"/>
@@ -20310,7 +20082,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property 
name="group">jumps_radiobutton_single_leg_dominance_this_limb</property>
                                 <signal name="toggled" handler="on_radio_single_leg_3_toggled" swapped="no"/>
@@ -20371,7 +20142,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
@@ -20389,7 +20159,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property name="group">jumps_radiobutton_single_leg_fall_this_limb</property>
                                 <signal name="toggled" handler="on_radio_single_leg_4_toggled" swapped="no"/>
@@ -20406,7 +20175,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property name="group">jumps_radiobutton_single_leg_fall_this_limb</property>
                                 <signal name="toggled" handler="on_radio_single_leg_4_toggled" swapped="no"/>
@@ -20635,7 +20403,6 @@ comments</property>
                     <property name="receives_default">False</property>
                     <property name="has_tooltip">True</property>
                     <property name="tooltip">Safe</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="active">True</property>
                     <property name="draw_indicator">True</property>
                   </widget>
@@ -20652,7 +20419,6 @@ comments</property>
                     <property name="receives_default">False</property>
                     <property name="has_tooltip">True</property>
                     <property name="tooltip">External DEPRECATED</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="image_position">right</property>
                     <property name="draw_indicator">True</property>
                     <property name="group">radiobutton_encoder_capture_safe</property>
@@ -20964,7 +20730,6 @@ comments</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">False</property>
-            <property name="use_action_appearance">False</property>
             <property name="draw_indicator">True</property>
           </widget>
           <packing>
@@ -20985,7 +20750,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -21071,7 +20835,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <signal name="toggled" handler="on_radio_encoder_type_linear_toggled" 
swapped="no"/>
@@ -21115,7 +20878,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_linear</property>
                             <signal name="toggled" handler="on_radio_encoder_type_rotary_friction_toggled" 
swapped="no"/>
@@ -21159,7 +20921,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_linear</property>
                             <signal name="toggled" handler="on_radio_encoder_type_rotary_axis_toggled" 
swapped="no"/>
@@ -21219,7 +20980,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <signal name="clicked" handler="on_button_previous_clicked" swapped="no"/>
                                 <child>
@@ -21259,7 +21019,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <signal name="clicked" handler="on_button_next_clicked" swapped="no"/>
                                 <child>
@@ -21618,7 +21377,6 @@ comments</property>
                                     <property name="receives_default">True</property>
                                     <property name="has_tooltip">True</property>
                                     <property name="tooltip" translatable="yes">Calcule inertial 
momentum</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" 
handler="on_button_encoder_capture_inertial_show_clicked" swapped="no"/>
                                     <child>
                                       <widget class="GtkHBox" id="hbox5">
@@ -21665,7 +21423,6 @@ comments</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" 
handler="on_button_encoder_capture_inertial_accuracy_clicked" swapped="no"/>
                                   </widget>
                                   <packing>
@@ -21715,7 +21472,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                         <accelerator key="Escape" signal="clicked"/>
@@ -21732,7 +21488,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
                       </widget>
@@ -21830,7 +21585,6 @@ comments</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
                             <property name="has_tooltip">True</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" handler="on_button_encoder_capture_inertial_do_clicked" 
swapped="no"/>
                             <child>
                               <widget class="GtkHBox" id="hbox85">
@@ -21876,7 +21630,6 @@ comments</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
                             <property name="has_tooltip">True</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" 
handler="on_button_encoder_capture_inertial_cancel_clicked" swapped="no"/>
                             <child>
                               <widget class="GtkImage" id="image3">
@@ -22124,7 +21877,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_closebutton_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -22186,13 +21938,13 @@ comments</property>
           <widget class="GtkHButtonBox" id="hbuttonbox13">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="layout_style">spread</property>
             <child>
               <widget class="GtkButton" id="button_open_database_folder">
                 <property name="label">Open database folder</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <signal name="clicked" handler="on_button_open_database_folder_clicked" swapped="no"/>
               </widget>
               <packing>
@@ -22202,13 +21954,26 @@ comments</property>
               </packing>
             </child>
             <child>
+              <widget class="GtkButton" id="button_open_docs_folder">
+                <property name="label">Open docs folder</property>
+                <property name="can_focus">True</property>
+                <property name="can_default">True</property>
+                <property name="receives_default">False</property>
+                <signal name="clicked" handler="on_button_open_docs_folder_clicked" swapped="no"/>
+              </widget>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
               <widget class="GtkButton" id="button_accept">
                 <property name="label">gtk-ok</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -22216,7 +21981,7 @@ comments</property>
               <packing>
                 <property name="expand">False</property>
                 <property name="fill">False</property>
-                <property name="position">1</property>
+                <property name="position">2</property>
               </packing>
             </child>
           </widget>
@@ -22296,6 +22061,9 @@ comments</property>
                     <property name="column_spacing">6</property>
                     <property name="row_spacing">4</property>
                     <child>
+                      <placeholder/>
+                    </child>
+                    <child>
                       <widget class="GtkLabel" id="label637">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
@@ -22379,7 +22147,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <signal name="clicked" handler="on_button_change_date_clicked" swapped="no"/>
                           </widget>
@@ -22467,7 +22234,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <signal name="clicked" handler="on_button_confiable_clicked" swapped="no"/>
                           </widget>
@@ -22518,9 +22284,6 @@ comments</property>
                         <property name="y_options"/>
                       </packing>
                     </child>
-                    <child>
-                      <placeholder/>
-                    </child>
                   </widget>
                   <packing>
                     <property name="expand">True</property>
@@ -22612,12 +22375,14 @@ comments</property>
                     <property name="column_spacing">4</property>
                     <property name="row_spacing">4</property>
                     <child>
+                      <placeholder/>
+                    </child>
+                    <child>
                       <widget class="GtkRadioButton" id="radio_cp_undef">
                         <property name="label" translatable="yes">Undefined</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">True</property>
@@ -22634,7 +22399,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_cp_undef</property>
@@ -22653,7 +22417,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_cp_undef</property>
@@ -22672,7 +22435,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_cp_undef</property>
@@ -22691,7 +22453,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_cp_undef</property>
@@ -22751,7 +22512,6 @@ comments</property>
                         <property name="can_focus">False</property>
                         <property name="receives_default">False</property>
                         <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_cp1_zoom_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkImage" id="image_zoom_cp1">
@@ -22776,7 +22536,6 @@ comments</property>
                         <property name="can_focus">False</property>
                         <property name="receives_default">False</property>
                         <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_cp2_zoom_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkImage" id="image_zoom_cp2">
@@ -22801,7 +22560,6 @@ comments</property>
                         <property name="can_focus">False</property>
                         <property name="receives_default">False</property>
                         <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_cp3_zoom_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkImage" id="image_zoom_cp3">
@@ -22821,6 +22579,9 @@ comments</property>
                       </packing>
                     </child>
                     <child>
+                      <placeholder/>
+                    </child>
+                    <child>
                       <widget class="GtkEntry" id="entry_cp_other">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
@@ -22842,12 +22603,6 @@ comments</property>
                     <child>
                       <placeholder/>
                     </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
                   </widget>
                   <packing>
                     <property name="expand">False</property>
@@ -22939,6 +22694,9 @@ comments</property>
                         <property name="column_spacing">4</property>
                         <property name="row_spacing">4</property>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkImage" id="image_contact_steel">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
@@ -22985,7 +22743,6 @@ comments</property>
                             <property name="can_focus">False</property>
                             <property name="receives_default">False</property>
                             <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" handler="on_button_contact_steel_zoom_clicked" 
swapped="no"/>
                             <child>
                               <widget class="GtkImage" id="image_zoom_contact_steel">
@@ -23010,7 +22767,6 @@ comments</property>
                             <property name="can_focus">False</property>
                             <property name="receives_default">False</property>
                             <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" handler="on_button_contact_modular_zoom_clicked" 
swapped="no"/>
                             <child>
                               <widget class="GtkImage" id="image_zoom_contact_modular">
@@ -23035,7 +22791,6 @@ comments</property>
                             <property name="can_focus">False</property>
                             <property name="receives_default">False</property>
                             <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" handler="on_button_infrared_zoom_clicked" swapped="no"/>
                             <child>
                               <widget class="GtkImage" id="image_zoom_infrared">
@@ -23055,6 +22810,9 @@ comments</property>
                           </packing>
                         </child>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkEntry" id="entry_device_other">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
@@ -23074,12 +22832,14 @@ comments</property>
                           </packing>
                         </child>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkRadioButton" id="radio_device_undef">
                             <property name="label" translatable="yes">Undefined</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
@@ -23097,7 +22857,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_device_undef</property>
@@ -23117,7 +22876,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_device_undef</property>
@@ -23136,7 +22894,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_device_undef</property>
@@ -23155,7 +22912,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_device_undef</property>
@@ -23168,15 +22924,6 @@ comments</property>
                             <property name="y_options"/>
                           </packing>
                         </child>
-                        <child>
-                          <placeholder/>
-                        </child>
-                        <child>
-                          <placeholder/>
-                        </child>
-                        <child>
-                          <placeholder/>
-                        </child>
                       </widget>
                       <packing>
                         <property name="expand">False</property>
@@ -23263,7 +23010,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -23281,7 +23027,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -23369,7 +23114,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <signal name="clicked" handler="on_checkbutton_max_auto_clicked" swapped="no"/>
@@ -23427,7 +23171,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <signal name="clicked" handler="on_checkbutton_min_auto_clicked" swapped="no"/>
@@ -23496,7 +23239,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="clicked" handler="on_checkbutton_show_black_guide_clicked" 
swapped="no"/>
@@ -23512,7 +23254,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="clicked" handler="on_checkbutton_show_green_guide_clicked" 
swapped="no"/>
@@ -23609,7 +23350,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                       </widget>
@@ -23625,7 +23365,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                       </widget>
@@ -23659,7 +23398,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -23676,7 +23414,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radiobutton_time</property>
@@ -23729,7 +23466,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -23802,7 +23538,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
@@ -23819,7 +23554,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
@@ -23839,7 +23573,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <property name="yalign">0</property>
                                 <property name="active">True</property>
@@ -24083,7 +23816,6 @@ One serie can contain several tests.</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_stock">True</property>
                                 <signal name="clicked" handler="on_button_add_exercise_clicked" 
swapped="no"/>
                               </widget>
@@ -24098,7 +23830,6 @@ One serie can contain several tests.</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_stock">True</property>
                                 <signal name="clicked" handler="on_button_add_exercise_clicked" 
swapped="no"/>
                               </widget>
@@ -24115,7 +23846,6 @@ One serie can contain several tests.</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_stock">True</property>
                                 <signal name="clicked" handler="on_button_add_exercise_clicked" 
swapped="no"/>
                               </widget>
@@ -24263,7 +23993,6 @@ One serie can contain several tests.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -24280,7 +24009,6 @@ One serie can contain several tests.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <signal name="clicked" handler="on_button_next_clicked" swapped="no"/>
               </widget>
               <packing>
@@ -24913,7 +24641,6 @@ One serie can contain several tests.</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_stock">True</property>
                   </widget>
                   <packing>
@@ -24949,7 +24676,6 @@ One serie can contain several tests.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -24967,7 +24693,6 @@ One serie can contain several tests.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -25023,6 +24748,12 @@ One serie can contain several tests.</property>
             <property name="column_spacing">4</property>
             <property name="row_spacing">4</property>
             <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
               <widget class="GtkLabel" id="label81">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -25110,7 +24841,6 @@ One serie can contain several tests.</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                   </widget>
@@ -25126,7 +24856,6 @@ One serie can contain several tests.</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <property name="group">radiobutton_startIn_yes</property>
@@ -25172,7 +24901,6 @@ One serie can contain several tests.</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                   </widget>
@@ -25188,7 +24916,6 @@ One serie can contain several tests.</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <property name="group">radiobutton_extra_weight_yes</property>
@@ -25234,6 +24961,12 @@ options</property>
                 <property name="column_spacing">6</property>
                 <property name="row_spacing">4</property>
                 <child>
+                  <placeholder/>
+                </child>
+                <child>
+                  <placeholder/>
+                </child>
+                <child>
                   <widget class="GtkLabel" id="label129">
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes">Type</property>
@@ -25279,7 +25012,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">True</property>
@@ -25297,7 +25029,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_limited_jumps</property>
@@ -25315,7 +25046,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_limited_jumps</property>
@@ -25343,7 +25073,6 @@ options</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <signal name="toggled" handler="on_radiobutton_simple_toggled" swapped="no"/>
@@ -25361,7 +25090,6 @@ options</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <property name="group">radiobutton_simple</property>
@@ -25384,7 +25112,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="clicked" handler="on_checkbutton_limited_fixed_clicked" swapped="no"/>
@@ -25423,12 +25150,6 @@ options</property>
                     <property name="y_options">GTK_FILL</property>
                   </packing>
                 </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
               </widget>
               <packing>
                 <property name="left_attach">1</property>
@@ -25465,12 +25186,6 @@ options</property>
                 <property name="x_options">GTK_FILL</property>
               </packing>
             </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
           </widget>
           <packing>
             <property name="expand">False</property>
@@ -25490,7 +25205,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -25509,7 +25223,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -25575,7 +25288,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -25593,7 +25305,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -25610,7 +25321,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -25626,7 +25336,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <signal name="clicked" handler="on_button_delete_type_clicked" swapped="no"/>
                 <child>
                   <widget class="GtkHBox" id="hbox1">
@@ -25742,7 +25451,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -25793,7 +25501,6 @@ options</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="active">True</property>
                     <property name="draw_indicator">True</property>
                     <signal name="toggled" handler="on_radio_csv_toggled" swapped="no"/>
@@ -25814,7 +25521,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">False</property>
                         <signal name="toggled" handler="on_check_headers_toggled" swapped="no"/>
@@ -25867,7 +25573,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">False</property>
                         <signal name="toggled" handler="on_check_name_1_column_toggled" swapped="no"/>
@@ -25921,7 +25626,6 @@ options</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
                         <property name="tooltip" translatable="yes">Open CSV file</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_csv_load_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkImage" id="image2">
@@ -25943,7 +25647,6 @@ options</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
                         <property name="tooltip" translatable="yes">Help</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_csv_help_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkImage" id="image1">
@@ -26002,7 +25705,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_csv</property>
                         <signal name="toggled" handler="on_radio_manually_toggled" swapped="no"/>
@@ -26057,7 +25759,6 @@ options</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" handler="on_button_manually_create_clicked" swapped="no"/>
                           </widget>
                           <packing>
@@ -26121,6 +25822,24 @@ options</property>
                             <child>
                               <placeholder/>
                             </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
                           </widget>
                         </child>
                       </widget>
@@ -26144,7 +25863,6 @@ options</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                         <accelerator key="Escape" signal="clicked"/>
@@ -26163,7 +25881,6 @@ options</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
                       </widget>
@@ -26955,7 +26672,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="can_focus">True</property>
                                 <property name="can_default">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_csv_help_close_clicked" 
swapped="no"/>
                               </widget>
                               <packing>
@@ -27185,7 +26901,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -27202,7 +26917,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -27218,7 +26932,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <signal name="clicked" handler="on_button_recuperate_clicked" swapped="no"/>
                 <child>
                   <widget class="GtkAlignment" id="alignment14">
@@ -27309,7 +27022,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">False</property>
-            <property name="use_action_appearance">False</property>
             <property name="use_underline">True</property>
             <property name="active">True</property>
             <property name="draw_indicator">True</property>
@@ -27389,7 +27101,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -27449,7 +27160,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -27467,7 +27177,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -27520,6 +27229,9 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="column_spacing">6</property>
                                 <property name="row_spacing">4</property>
                                 <child>
+                                  <placeholder/>
+                                </child>
+                                <child>
                                   <widget class="GtkLabel" id="label19">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
@@ -27620,7 +27332,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">False</property>
-                                        <property name="use_action_appearance">False</property>
                                         <property name="use_underline">True</property>
                                         <property name="active">True</property>
                                         <property name="draw_indicator">True</property>
@@ -27638,7 +27349,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">False</property>
-                                        <property name="use_action_appearance">False</property>
                                         <property name="use_underline">True</property>
                                         <property name="draw_indicator">True</property>
                                         <property name="group">radiobutton_man</property>
@@ -27688,7 +27398,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                             <property name="receives_default">True</property>
                                             <property name="has_tooltip">True</property>
                                             <property name="tooltip" translatable="yes">Change 
date</property>
-                                            <property name="use_action_appearance">False</property>
                                             <signal name="clicked" handler="on_button_calendar_clicked" 
swapped="no"/>
                                             <child>
                                               <widget class="GtkImage" id="image_calendar">
@@ -27715,9 +27424,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                     <property name="y_options">GTK_FILL</property>
                                   </packing>
                                 </child>
-                                <child>
-                                  <placeholder/>
-                                </child>
                               </widget>
                               <packing>
                                 <property name="expand">True</property>
@@ -27753,7 +27459,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
                                         <property name="has_tooltip">True</property>
-                                        <property name="use_action_appearance">False</property>
                                         <signal name="clicked" handler="on_button_zoom_clicked" 
swapped="no"/>
                                         <accelerator key="z" signal="clicked"/>
                                         <child>
@@ -27775,7 +27480,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
-                                        <property name="use_action_appearance">False</property>
                                         <signal name="clicked" handler="on_button_take_photo_clicked" 
swapped="no"/>
                                       </widget>
                                       <packing>
@@ -27818,6 +27522,15 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="column_spacing">6</property>
                                 <property name="row_spacing">4</property>
                                 <child>
+                                  <placeholder/>
+                                </child>
+                                <child>
+                                  <placeholder/>
+                                </child>
+                                <child>
+                                  <placeholder/>
+                                </child>
+                                <child>
                                   <widget class="GtkLabel" id="label21">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
@@ -27910,6 +27623,9 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <child>
                                   <placeholder/>
                                 </child>
+                                <child>
+                                  <placeholder/>
+                                </child>
                               </widget>
                             </child>
                           </widget>
@@ -27961,6 +27677,9 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                         <property name="column_spacing">6</property>
                         <property name="row_spacing">4</property>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkLabel" id="label48">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
@@ -28052,7 +27771,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="receives_default">True</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Add new sport</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_sport_add_clicked" swapped="no"/>
                                 <child>
                                   <widget class="GtkImage" id="image2986">
@@ -28268,7 +27986,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_height_metric_clicked" 
swapped="no"/>
                               </widget>
                               <packing>
@@ -28339,7 +28056,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_weight_metric_clicked" 
swapped="no"/>
                               </widget>
                               <packing>
@@ -28362,6 +28078,9 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                         <child>
                           <placeholder/>
                         </child>
+                        <child>
+                          <placeholder/>
+                        </child>
                       </widget>
                     </child>
                   </widget>
@@ -28468,7 +28187,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <signal name="clicked" handler="on_button_db_folder_open_clicked" swapped="no"/>
                           </widget>
@@ -28506,7 +28224,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="sensitive">False</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">False</property>
-                                        <property name="use_action_appearance">False</property>
                                         <property name="active">True</property>
                                         <property name="draw_indicator">True</property>
                                       </widget>
@@ -28517,7 +28234,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">False</property>
-                                        <property name="use_action_appearance">False</property>
                                         <property name="draw_indicator">True</property>
                                         <signal name="clicked" 
handler="on_check_backup_encoder_tests_clicked" swapped="no"/>
                                       </widget>
@@ -28534,7 +28250,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">False</property>
-                                        <property name="use_action_appearance">False</property>
                                         <property name="draw_indicator">True</property>
                                         <signal name="clicked" handler="on_check_backup_multimedia_clicked" 
swapped="no"/>
                                       </widget>
@@ -28550,7 +28265,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="sensitive">False</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">False</property>
-                                        <property name="use_action_appearance">False</property>
                                         <property name="active">True</property>
                                         <property name="draw_indicator">True</property>
                                       </widget>
@@ -28566,7 +28280,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="sensitive">False</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">False</property>
-                                        <property name="use_action_appearance">False</property>
                                         <property name="active">True</property>
                                         <property name="draw_indicator">True</property>
                                       </widget>
@@ -28582,7 +28295,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">False</property>
                                         <property name="tooltip" translatable="yes">Make a copy of the 
database</property>
-                                        <property name="use_action_appearance">False</property>
                                         <property name="use_underline">True</property>
                                         <signal name="clicked" handler="on_button_db_backup_clicked" 
swapped="no"/>
                                       </widget>
@@ -28676,7 +28388,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <signal name="clicked" handler="on_button_logs_folder_open_clicked" swapped="no"/>
                   </widget>
@@ -28727,7 +28438,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <property name="draw_indicator">True</property>
                               </widget>
@@ -28748,7 +28458,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <signal name="clicked" handler="on_checkbutton_power_clicked" 
swapped="no"/>
@@ -28765,7 +28474,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_stock">True</property>
                                     <signal name="clicked" handler="on_button_help_power_clicked" 
swapped="no"/>
                                   </widget>
@@ -28788,7 +28496,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <property name="draw_indicator">True</property>
                               </widget>
@@ -28804,7 +28511,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <property name="draw_indicator">True</property>
                               </widget>
@@ -28820,7 +28526,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <property name="draw_indicator">True</property>
                                 <signal name="clicked" handler="on_checkbutton_show_tv_tc_index_clicked" 
swapped="no"/>
@@ -28842,7 +28547,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
@@ -28860,7 +28564,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radiobutton_show_q_index</property>
@@ -28930,7 +28633,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
@@ -28947,7 +28649,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_elevation_height</property>
@@ -28964,7 +28665,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
@@ -28983,7 +28683,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_speed_ms</property>
@@ -29002,7 +28701,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
@@ -29021,7 +28719,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_weight_percent</property>
@@ -29089,7 +28786,6 @@ show elevation as:</property>
                         <property name="receives_default">False</property>
                         <property name="has_tooltip">True</property>
                         <property name="tooltip" translatable="yes">On concentric evaluate only propulsive 
phase</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">True</property>
                       </widget>
@@ -29286,7 +28982,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
                                   </widget>
@@ -29297,7 +28992,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_encoder_1RM_nonweighted</property>
@@ -29313,7 +29007,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_encoder_1RM_nonweighted</property>
@@ -29329,7 +29022,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_encoder_1RM_nonweighted</property>
@@ -29463,7 +29155,6 @@ show elevation as:</property>
                     <property name="receives_default">False</property>
                     <property name="has_tooltip">True</property>
                     <property name="tooltip" translatable="yes">Ask user if really wants to delete a 
test</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="active">True</property>
                     <property name="draw_indicator">True</property>
@@ -29542,7 +29233,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -29582,7 +29272,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_export_latin</property>
@@ -29643,7 +29332,6 @@ show elevation as:</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">True</property>
                       </widget>
@@ -29659,7 +29347,6 @@ show elevation as:</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_graphs_translate</property>
                       </widget>
@@ -29712,7 +29399,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -29730,7 +29416,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -29798,6 +29483,12 @@ show elevation as:</property>
                     <property name="column_spacing">4</property>
                     <property name="row_spacing">4</property>
                     <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
                       <widget class="GtkHBox" id="hbox_combo_tests">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
@@ -29901,12 +29592,6 @@ show elevation as:</property>
                         <property name="y_options">GTK_FILL</property>
                       </packing>
                     </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
                   </widget>
                 </child>
               </widget>
@@ -29949,6 +29634,33 @@ show elevation as:</property>
                     <property name="column_spacing">4</property>
                     <property name="row_spacing">4</property>
                     <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
                       <widget class="GtkLabel" id="label748">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
@@ -30303,6 +30015,9 @@ show elevation as:</property>
                         <child>
                           <placeholder/>
                         </child>
+                        <child>
+                          <placeholder/>
+                        </child>
                       </widget>
                       <packing>
                         <property name="left_attach">2</property>
@@ -30360,6 +30075,9 @@ show elevation as:</property>
                     <child>
                       <placeholder/>
                     </child>
+                    <child>
+                      <placeholder/>
+                    </child>
                   </widget>
                 </child>
               </widget>
@@ -30432,6 +30150,9 @@ show elevation as:</property>
                     <child>
                       <placeholder/>
                     </child>
+                    <child>
+                      <placeholder/>
+                    </child>
                   </widget>
                 </child>
               </widget>
@@ -30481,7 +30202,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="draw_indicator">True</property>
                             <signal name="toggled" handler="on_check_show_query_toggled" swapped="no"/>
                           </widget>
@@ -30535,7 +30255,6 @@ show elevation as:</property>
                             <property name="can_focus">True</property>
                             <property name="can_default">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_stock">True</property>
                             <signal name="clicked" handler="on_button_search_clicked" swapped="no"/>
                           </widget>
@@ -30683,7 +30402,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -30771,7 +30489,6 @@ show elevation as:</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_add_before_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkAlignment" id="alignment51">
@@ -30826,7 +30543,6 @@ show elevation as:</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_add_after_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkAlignment" id="alignment50">
@@ -30882,7 +30598,6 @@ show elevation as:</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_delete_clicked" swapped="no"/>
                       </widget>
@@ -31006,7 +30721,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -31024,7 +30738,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -31095,7 +30808,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <child>
@@ -31149,7 +30861,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <child>
@@ -31215,7 +30926,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <child>
@@ -31269,7 +30979,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <child>
@@ -31390,7 +31099,6 @@ show elevation as:</property>
                                     <property name="receives_default">False</property>
                                     <property name="has_tooltip">True</property>
                                     <property name="tooltip" translatable="yes">Bell good</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="draw_indicator">True</property>
                                     <child>
                                       <widget class="GtkAlignment" id="alignment89">
@@ -31564,7 +31272,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment92">
@@ -31711,7 +31418,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment93">
@@ -31786,7 +31492,6 @@ show elevation as:</property>
                                     <property name="receives_default">False</property>
                                     <property name="has_tooltip">True</property>
                                     <property name="tooltip" translatable="yes">Bell bad</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="draw_indicator">True</property>
                                     <child>
                                       <widget class="GtkAlignment" id="alignment90">
@@ -31960,7 +31665,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment91">
@@ -32106,7 +31810,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment94">
@@ -32239,7 +31942,6 @@ show elevation as:</property>
                                     <property name="receives_default">False</property>
                                     <property name="has_tooltip">True</property>
                                     <property name="tooltip" translatable="yes">Bell good</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="draw_indicator">True</property>
                                     <child>
                                       <widget class="GtkAlignment" id="alignment95">
@@ -32372,7 +32074,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment96">
@@ -32478,7 +32179,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment3">
@@ -32690,7 +32390,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment2">
@@ -32733,7 +32432,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment6">
@@ -32776,7 +32474,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment7">
@@ -32863,7 +32560,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment10">
@@ -32930,7 +32626,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment4">
@@ -32975,7 +32670,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment5">
@@ -33224,7 +32918,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment8">
@@ -33269,7 +32962,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment9">
@@ -33358,7 +33050,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment11">
@@ -33458,7 +33149,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
@@ -33498,7 +33188,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radiobutton_test_good</property>
@@ -33533,7 +33222,6 @@ show elevation as:</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <signal name="clicked" handler="on_button_test_clicked" swapped="no"/>
                       </widget>
@@ -33576,7 +33264,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -33658,12 +33345,14 @@ show elevation as:</property>
                         <property name="column_spacing">4</property>
                         <property name="row_spacing">12</property>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkCheckButton" id="cb_jumps_simple">
                             <property name="label" translatable="yes">Simple</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33682,7 +33371,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <signal name="clicked" handler="on_cb_jumps_reactive_clicked" swapped="no"/>
@@ -33702,7 +33390,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <signal name="clicked" handler="on_cb_runs_interval_clicked" swapped="no"/>
@@ -33722,7 +33409,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33741,7 +33427,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33755,12 +33440,14 @@ show elevation as:</property>
                           </packing>
                         </child>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkCheckButton" id="cb_runs_simple">
                             <property name="label" translatable="yes">Simple</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33819,7 +33506,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33836,7 +33522,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33867,7 +33552,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33886,7 +33570,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33899,12 +33582,6 @@ show elevation as:</property>
                             <property name="y_options"/>
                           </packing>
                         </child>
-                        <child>
-                          <placeholder/>
-                        </child>
-                        <child>
-                          <placeholder/>
-                        </child>
                       </widget>
                       <packing>
                         <property name="expand">True</property>
@@ -33983,7 +33660,6 @@ show elevation as:</property>
                                 <property name="can_focus">True</property>
                                 <property name="can_default">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_up_clicked" swapped="no"/>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment2">
@@ -34038,7 +33714,6 @@ show elevation as:</property>
                                 <property name="can_focus">True</property>
                                 <property name="can_default">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="image_position">right</property>
                                 <signal name="clicked" handler="on_button_down_clicked" swapped="no"/>
                                 <child>
@@ -34094,7 +33769,6 @@ show elevation as:</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
                                 <property name="tooltip" translatable="yes">Graph this statistic</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_graph_clicked" swapped="no"/>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment146">
@@ -34148,7 +33822,6 @@ show elevation as:</property>
                                 <property name="can_focus">True</property>
                                 <property name="can_default">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_add_comment_clicked" swapped="no"/>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment147">
@@ -34203,7 +33876,6 @@ show elevation as:</property>
                                 <property name="can_focus">True</property>
                                 <property name="can_default">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_delete_clicked" swapped="no"/>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment3">
@@ -34298,7 +33970,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <signal name="clicked" handler="on_button_make_report_clicked" swapped="no"/>
                 <child>
                   <widget class="GtkAlignment" id="alignment45">
@@ -34353,7 +34024,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -34409,6 +34079,12 @@ show elevation as:</property>
             <property name="column_spacing">4</property>
             <property name="row_spacing">4</property>
             <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
               <widget class="GtkLabel" id="label133">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -34496,6 +34172,12 @@ options</property>
                 <property name="column_spacing">6</property>
                 <property name="row_spacing">4</property>
                 <child>
+                  <placeholder/>
+                </child>
+                <child>
+                  <placeholder/>
+                </child>
+                <child>
                   <widget class="GtkLabel" id="label138">
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes">Type</property>
@@ -34542,7 +34224,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">True</property>
@@ -34560,7 +34241,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_limited_tracks</property>
@@ -34578,7 +34258,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_limited_tracks</property>
@@ -34606,7 +34285,6 @@ options</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <signal name="toggled" handler="on_radiobutton_simple_toggled" swapped="no"/>
@@ -34628,7 +34306,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="clicked" handler="on_checkbutton_limited_fixed_clicked" swapped="no"/>
@@ -34675,7 +34352,6 @@ options</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <property name="group">radiobutton_simple</property>
@@ -34688,12 +34364,6 @@ options</property>
                     <property name="y_options"/>
                   </packing>
                 </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
               </widget>
               <packing>
                 <property name="left_attach">1</property>
@@ -34733,7 +34403,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radiobutton_dist_variable_toggled" swapped="no"/>
@@ -34751,7 +34420,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_dist_variable</property>
@@ -34826,7 +34494,6 @@ suitable for agility tests and RSA)</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_dist_variable</property>
@@ -34892,7 +34559,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" handler="on_button_help_rsa_clicked" 
swapped="no"/>
                                   </widget>
                                   <packing>
@@ -35012,12 +34678,6 @@ suitable for agility tests and RSA)</property>
                 <property name="x_options">GTK_FILL</property>
               </packing>
             </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
           </widget>
           <packing>
             <property name="expand">False</property>
@@ -35037,7 +34697,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -35056,7 +34715,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -35208,7 +34866,6 @@ suitable for agility tests and RSA)</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <signal name="clicked" handler="on_button_change_date_clicked" swapped="no"/>
                   </widget>
@@ -35313,7 +34970,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <signal name="toggled" handler="on_radiobutton_sports_toggled" 
swapped="no"/>
@@ -35330,7 +34986,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radiobutton_diff_sports</property>
@@ -35372,7 +35027,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
                                     <property name="tooltip" translatable="yes">Add new sport</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" handler="on_button_sport_add_clicked" 
swapped="no"/>
                                     <child>
                                       <widget class="GtkImage" id="image2988">
@@ -35416,7 +35070,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <signal name="toggled" handler="on_radiobutton_speciallities_toggled" 
swapped="no"/>
@@ -35433,7 +35086,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radiobutton_diff_speciallities</property>
@@ -35490,7 +35142,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <signal name="toggled" handler="on_radiobutton_levels_toggled" 
swapped="no"/>
@@ -35507,7 +35158,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radiobutton_diff_levels</property>
@@ -35648,7 +35298,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -35666,7 +35315,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -35712,7 +35360,6 @@ suitable for agility tests and RSA)</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="draw_indicator">True</property>
                 <signal name="toggled" handler="on_checkbutton_show_data_encoder_toggled" swapped="no"/>
               </widget>
@@ -35729,7 +35376,6 @@ suitable for agility tests and RSA)</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="draw_indicator">True</property>
                 <signal name="toggled" handler="on_checkbutton_show_data_jump_run_toggled" swapped="no"/>
               </widget>
@@ -35779,7 +35425,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -35797,7 +35442,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -36228,7 +35872,6 @@ times</property>
                 <property name="can_default">True</property>
                 <property name="has_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -36311,7 +35954,6 @@ times</property>
                         <property name="receives_default">True</property>
                         <property name="has_tooltip">True</property>
                         <property name="tooltip" translatable="yes">Cancel connection with server</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                         <accelerator key="Escape" signal="clicked"/>
@@ -36472,7 +36114,6 @@ times</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <signal name="clicked" handler="on_button_select_clicked" swapped="no"/>
                       </widget>
@@ -36489,7 +36130,6 @@ times</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <signal name="clicked" handler="on_button_unselect_clicked" swapped="no"/>
                       </widget>
@@ -36518,7 +36158,6 @@ times</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <signal name="clicked" handler="on_button_all_clicked" swapped="no"/>
                       </widget>
@@ -36535,7 +36174,6 @@ times</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <signal name="clicked" handler="on_button_none_clicked" swapped="no"/>
                       </widget>
@@ -36596,7 +36234,6 @@ times</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                 <accelerator key="Escape" signal="clicked"/>
@@ -36614,7 +36251,6 @@ times</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
diff --git a/src/chronojump.cs b/src/chronojump.cs
index bc04d34..40cd013 100644
--- a/src/chronojump.cs
+++ b/src/chronojump.cs
@@ -491,6 +491,8 @@ Console.WriteLine("--6--");
                                errorWin.Button_accept.Clicked += new 
EventHandler(on_message_boot_accepted_quit);
                        } else { 
                                errorWin = ErrorWindow.Show(messageToShowOnBoot);
+                               errorWin.Show_button_open_docs_folder();
+                               errorWin.Button_accept_label(Catalog.GetString("Close this window"));
                                errorWin.Button_accept.Clicked += new 
EventHandler(on_message_boot_accepted_continue);
                        }
                } else {
@@ -663,14 +665,10 @@ Console.WriteLine("--6--");
                }
 
 
-               messageChrashedBefore = "\n" +
-                       string.Format(Catalog.GetString("Chronojump {0} crashed before. If this problem 
persist, please, report it at forums:"), progVersion) + 
-                       "\nhttp://chronojump.org\n\n"; + Catalog.GetString("Remember to describe on Chronojump 
software forum how crash happened.") +
-                      //"\n" + Catalog.GetString("Optionally, you can include this file:") + "\n\n" +
-                       //Log.GetLast() +
-                       //windowsTextLog +
-                       "\n\n" +        
-                       Catalog.GetString("Your help is needed.") + "\n";
+               messageChrashedBefore = "\n" +
+                       string.Format(Catalog.GetString("Chronojump {0} crashed before."), progVersion) + 
"\n\n" +
+                       Catalog.GetString("Please, open docs folder and follow instructions on 
'chronojump_crash.pdf' in order to be fixed fast.") + "\n\n" +
+                       Catalog.GetString("Your help is needed.") + "\n";
 
        
                //messageChrashedBefore += "\n" + Catalog.GetString("Experimental webcam record has been 
disabled.") + "\n";
diff --git a/src/gui/error.cs b/src/gui/error.cs
index 5324810..ccd08a4 100644
--- a/src/gui/error.cs
+++ b/src/gui/error.cs
@@ -34,6 +34,7 @@ public class ErrorWindow
        [Widget] Gtk.Label label1;
        [Widget] Gtk.Button button_accept;
        [Widget] Gtk.Button button_open_database_folder;
+       [Widget] Gtk.Button button_open_docs_folder;
 
        string table;
        static ErrorWindow ErrorWindowBox;
@@ -81,7 +82,6 @@ public class ErrorWindow
        public void Show_button_open_database_folder () {
                button_open_database_folder.Show();
        }
-       
        private void on_button_open_database_folder_clicked (object o, EventArgs args)
        {
                string database_url = Util.GetDatabaseDir() + System.IO.Path.DirectorySeparatorChar  + 
"chronojump.db";
@@ -98,6 +98,26 @@ public class ErrorWindow
                        new DialogMessage(Constants.MessageTypes.WARNING, Constants.DatabaseNotFound);
        }
 
+       public void Show_button_open_docs_folder () {
+               button_open_docs_folder.Show();
+       }
+       private void on_button_open_docs_folder_clicked (object o, EventArgs args)
+       {
+               Log.WriteLine("Opening docs at: " + Path.GetFullPath(Util.GetManualDir())); 
+               try {
+                       System.Diagnostics.Process.Start(Path.GetFullPath(Util.GetManualDir())); 
+               } catch {
+                       new DialogMessage(Constants.MessageTypes.WARNING, 
+                                       "Sorry, folder does not exist." + "\n\n" +
+                                       Path.GetFullPath(Util.GetManualDir())
+                                       );
+               }
+       }
+
+       public void Button_accept_label (string str) {
+               button_accept.Label = str;
+       }
+
        protected void on_button_accept_clicked (object o, EventArgs args)
        {
                ErrorWindowBox.error_window.Hide();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]