summaryrefslogtreecommitdiffstats
path: root/src/Gui/dialogs.GtkBuilder
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-18 13:42:42 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-18 13:42:42 +0200
commit73c3f5fba688d9359dbf79f70b8759aee2857e41 (patch)
treea5f768f3e3f218a6e3f4e0457d86ecd3ba140311 /src/Gui/dialogs.GtkBuilder
parent2365e9d8567450c6cbed58bbdb8f212ce2b83fe3 (diff)
downloadabrt-73c3f5fba688d9359dbf79f70b8759aee2857e41.tar.gz
abrt-73c3f5fba688d9359dbf79f70b8759aee2857e41.tar.xz
abrt-73c3f5fba688d9359dbf79f70b8759aee2857e41.zip
updated translation strings
Diffstat (limited to 'src/Gui/dialogs.GtkBuilder')
-rw-r--r--src/Gui/dialogs.GtkBuilder72
1 files changed, 0 insertions, 72 deletions
diff --git a/src/Gui/dialogs.GtkBuilder b/src/Gui/dialogs.GtkBuilder
deleted file mode 100644
index e6910891..00000000
--- a/src/Gui/dialogs.GtkBuilder
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<interface>
- <requires lib="gtk+" version="2.16"/>
- <!-- interface-naming-policy project-wide -->
- <object class="GtkDialog" id="ReportDialog">
- <property name="border_width">5</property>
- <property name="title" translatable="yes">Report done</property>
- <property name="modal">True</property>
- <property name="window_position">center-on-parent</property>
- <property name="destroy_with_parent">True</property>
- <property name="type_hint">normal</property>
- <property name="has_separator">False</property>
- <child internal-child="vbox">
- <object class="GtkVBox" id="dialog-vbox2">
- <property name="visible">True</property>
- <property name="orientation">vertical</property>
- <property name="spacing">2</property>
- <child>
- <object class="GtkHBox" id="main_hbox">
- <property name="visible">True</property>
- <child>
- <object class="GtkImage" id="image1">
- <property name="visible">True</property>
- <property name="stock">gtk-dialog-info</property>
- <property name="icon-size">6</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <placeholder/>
- </child>
- </object>
- <packing>
- <property name="position">1</property>
- </packing>
- </child>
- <child internal-child="action_area">
- <object class="GtkHButtonBox" id="dialog-action_area2">
- <property name="visible">True</property>
- <property name="layout_style">end</property>
- <child>
- <object class="GtkButton" id="button1">
- <property name="label" translatable="yes">gtk-ok</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="pack_type">end</property>
- <property name="position">0</property>
- </packing>
- </child>
- </object>
- </child>
- <action-widgets>
- <action-widget response="0">button1</action-widget>
- </action-widgets>
- </object>
-</interface>