~noneed4anick/cuttlefish/trunk

« back to all changes in this revision

Viewing changes to data/ui/CuttlefishWindow.ui

  • Committer: Alexander von Bremen-Kühne
  • Date: 2012-07-17 22:25:14 UTC
  • Revision ID: noneed4anick@gmail.com-20120717222514-4j3pri6nkw5f6fjr
Added edit and reload functionality for plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
                      </object>
129
129
                    </child>
130
130
                    <child>
 
131
                      <object class="GtkMenuItem" id="expertsubmenu">
 
132
                        <property name="use_action_appearance">False</property>
 
133
                        <property name="visible">True</property>
 
134
                        <property name="can_focus">False</property>
 
135
                        <property name="label" translatable="yes">Plugins</property>
 
136
                        <property name="use_underline">True</property>
 
137
                        <child type="submenu">
 
138
                          <object class="GtkMenu" id="menu3">
 
139
                            <property name="visible">True</property>
 
140
                            <property name="can_focus">False</property>
 
141
                            <child>
 
142
                              <object class="GtkMenuItem" id="pluginsEdit">
 
143
                                <property name="use_action_appearance">False</property>
 
144
                                <property name="visible">True</property>
 
145
                                <property name="can_focus">False</property>
 
146
                                <property name="label" translatable="yes">Edit own plugins</property>
 
147
                                <property name="use_underline">True</property>
 
148
                              </object>
 
149
                            </child>
 
150
                            <child>
 
151
                              <object class="GtkMenuItem" id="pluginsReload">
 
152
                                <property name="use_action_appearance">False</property>
 
153
                                <property name="visible">True</property>
 
154
                                <property name="can_focus">False</property>
 
155
                                <property name="label" translatable="yes">Reload plugins</property>
 
156
                                <property name="use_underline">True</property>
 
157
                                <accelerator key="r" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 
158
                                <signal name="activate" handler="on_pluginsReload_activate" swapped="no"/>
 
159
                              </object>
 
160
                            </child>
 
161
                          </object>
 
162
                        </child>
 
163
                      </object>
 
164
                    </child>
 
165
                    <child>
131
166
                      <object class="GtkImageMenuItem" id="mnu_preferences">
132
167
                        <property name="label">gtk-preferences</property>
133
168
                        <property name="use_action_appearance">False</property>