summaryrefslogtreecommitdiff
path: root/src/glade.glade
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-02-17 21:04:38 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-02-17 21:05:41 -0300
commitc1a904e7de4482f33636567fafca709343b8901b (patch)
tree9a6a6962a61aeff856fa560d5b3dfde0cd756ab4 /src/glade.glade
parent88c2bbc87e7125005c0bd06bc2491e02b0bda618 (diff)
downloadglade-c1a904e7de4482f33636567fafca709343b8901b.tar.gz
Added Registration & User Survey Dialog in Help menu
Diffstat (limited to 'src/glade.glade')
-rw-r--r--src/glade.glade18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/glade.glade b/src/glade.glade
index 3f3d8d51..d58d3d33 100644
--- a/src/glade.glade
+++ b/src/glade.glade
@@ -2,7 +2,7 @@
<!-- Generated with glade 3.16.0
Glade - A user interface designer for GTK+ and GNOME.
-Copyright (C) 2012 Juan Pablo Ugarte
+Copyright (C) 2012-2014 Juan Pablo Ugarte
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -424,6 +424,13 @@ Andreas Nilsson &lt;andreas@andreasn.se&gt;</property>
<signal name="item-activated" handler="on_open_recent_action_item_activated" swapped="no"/>
</object>
</child>
+ <child>
+ <object class="GtkAction" id="registration_action">
+ <property name="label" translatable="yes">Registration &amp; User survey</property>
+ <property name="tooltip" translatable="yes">Help us improve Glade by registering and completing the user survey!</property>
+ <signal name="activate" handler="on_registration_action_activate" swapped="no"/>
+ </object>
+ </child>
</object>
<template class="GladeWindow" parent="GtkWindow">
<property name="can_focus">False</property>
@@ -857,6 +864,15 @@ Andreas Nilsson &lt;andreas@andreasn.se&gt;</property>
</object>
</child>
<child>
+ <object class="GtkMenuItem" id="registration_menuitem">
+ <property name="use_action_appearance">True</property>
+ <property name="related_action">registration_action</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="use_underline">True</property>
+ </object>
+ </child>
+ <child>
<object class="GtkSeparatorMenuItem" id="separatormenuitem5">
<property name="visible">True</property>
<property name="can_focus">False</property>