diff options
| -rw-r--r-- | mixgtk/mixgtk.glade | 57 | 
1 files changed, 25 insertions, 32 deletions
diff --git a/mixgtk/mixgtk.glade b/mixgtk/mixgtk.glade index 372e0f4..f16f441 100644 --- a/mixgtk/mixgtk.glade +++ b/mixgtk/mixgtk.glade @@ -794,7 +794,7 @@  	      </child>  	      <child> -		<widget class="GtkToolButton" id="toolbutton1"> +		<widget class="GtkToolButton" id="dettach_button">  		  <property name="visible">True</property>  		  <property name="tooltip" translatable="yes">Detach window</property>  		  <property name="label" translatable="yes">Detach</property> @@ -812,8 +812,9 @@  	      </child>  	      <child> -		<widget class="GtkToolButton" id="toolbutton3"> +		<widget class="GtkToolButton" id="attach_button">  		  <property name="visible">True</property> +		  <property name="tooltip" translatable="yes">Attach all windows</property>  		  <property name="label" translatable="yes"></property>  		  <property name="use_underline">True</property>  		  <property name="stock_id">gtk-dnd</property> @@ -1809,36 +1810,28 @@ disk7</property>  	  <property name="layout_style">GTK_BUTTONBOX_END</property>  	  <child> -	    <widget class="GtkHButtonBox" id="hbuttonbox9"> +	    <widget class="GtkButton" id="button40">  	      <property name="visible">True</property> -	      <property name="layout_style">GTK_BUTTONBOX_SPREAD</property> -	      <property name="spacing">10</property> - -	      <child> -		<widget class="GtkButton" id="extern_cancel_button"> -		  <property name="visible">True</property> -		  <property name="can_default">True</property> -		  <property name="can_focus">True</property> -		  <property name="label">gtk-cancel</property> -		  <property name="use_stock">True</property> -		  <property name="relief">GTK_RELIEF_NORMAL</property> -		  <property name="focus_on_click">True</property> -		  <signal name="clicked" handler="on_extern_cancel_button_clicked"/> -		</widget> -	      </child> +	      <property name="can_default">True</property> +	      <property name="can_focus">True</property> +	      <property name="label">gtk-cancel</property> +	      <property name="use_stock">True</property> +	      <property name="relief">GTK_RELIEF_NORMAL</property> +	      <property name="focus_on_click">True</property> +	      <property name="response_id">-6</property> +	    </widget> +	  </child> -	      <child> -		<widget class="GtkButton" id="extern_ok_button"> -		  <property name="visible">True</property> -		  <property name="can_default">True</property> -		  <property name="can_focus">True</property> -		  <property name="label">gtk-ok</property> -		  <property name="use_stock">True</property> -		  <property name="relief">GTK_RELIEF_NORMAL</property> -		  <property name="focus_on_click">True</property> -		  <signal name="clicked" handler="on_extern_ok_button_clicked"/> -		</widget> -	      </child> +	  <child> +	    <widget class="GtkButton" id="button41"> +	      <property name="visible">True</property> +	      <property name="can_default">True</property> +	      <property name="can_focus">True</property> +	      <property name="label">gtk-ok</property> +	      <property name="use_stock">True</property> +	      <property name="relief">GTK_RELIEF_NORMAL</property> +	      <property name="focus_on_click">True</property> +	      <property name="response_id">-5</property>  	    </widget>  	  </child>  	</widget> @@ -1922,7 +1915,7 @@ disk7</property>  		  <property name="editable">True</property>  		  <property name="visibility">True</property>  		  <property name="max_length">0</property> -		  <property name="text" translatable="yes">mixasm -g %s</property> +		  <property name="text" translatable="yes">mixasm %s</property>  		  <property name="has_frame">True</property>  		  <property name="invisible_char" translatable="yes">*</property>  		  <property name="activates_default">False</property> @@ -1938,7 +1931,7 @@ disk7</property>  		  <property name="width_request">0</property>  		  <property name="height_request">0</property>  		  <property name="visible">True</property> -		  <property name="label" translatable="yes">MIX sssembler command (e.g. mixasm -g %s)</property> +		  <property name="label" translatable="yes">MIX sssembler command (e.g. mixasm %s)</property>  		  <property name="use_underline">False</property>  		  <property name="use_markup">False</property>  		  <property name="justify">GTK_JUSTIFY_LEFT</property>  | 
