summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/GUI/catcher_main.glade
diff options
context:
space:
mode:
authorTom2012-04-12 17:38:40 +0200
committerTom2012-04-12 17:38:40 +0200
commit7c2974bb74e4db4470559d4784a423c3c6c97638 (patch)
treec7f6af6a39e1f3faa01982599844c9ec955eaccd /Src/PyCatcher/GUI/catcher_main.glade
parentevaluation windows integrated (diff)
downloadimsi-catcher-detection-7c2974bb74e4db4470559d4784a423c3c6c97638.tar.gz
imsi-catcher-detection-7c2974bb74e4db4470559d4784a423c3c6c97638.tar.xz
imsi-catcher-detection-7c2974bb74e4db4470559d4784a423c3c6c97638.zip
implemented databases save for guis
Diffstat (limited to 'Src/PyCatcher/GUI/catcher_main.glade')
-rw-r--r--Src/PyCatcher/GUI/catcher_main.glade21
1 files changed, 18 insertions, 3 deletions
diff --git a/Src/PyCatcher/GUI/catcher_main.glade b/Src/PyCatcher/GUI/catcher_main.glade
index 09ed4ec..68241ef 100644
--- a/Src/PyCatcher/GUI/catcher_main.glade
+++ b/Src/PyCatcher/GUI/catcher_main.glade
@@ -22,6 +22,7 @@
<property name="default_width">341</property>
<property name="default_height">256</property>
<property name="has_resize_grip">False</property>
+ <signal name="delete-event" handler="_on_evaluators_window_close_clicked" swapped="no"/>
<child>
<object class="GtkImage" id="evaluation_image">
<property name="visible">True</property>
@@ -490,13 +491,13 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id="btn_location">
+ <object class="GtkToolButton" id="btn_databases">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_action_appearance">False</property>
- <property name="label" translatable="yes">Location</property>
+ <property name="label" translatable="yes">Databases</property>
<property name="use_underline">True</property>
- <property name="icon_name">applications-internet</property>
+ <property name="icon_name">network-server</property>
</object>
<packing>
<property name="expand">False</property>
@@ -533,6 +534,20 @@
<property name="homogeneous">True</property>
</packing>
</child>
+ <child>
+ <object class="GtkToolButton" id="btn_user_mode">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="label" translatable="yes">User Mode</property>
+ <property name="use_underline">True</property>
+ <property name="icon_name">applications-internet</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>