diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-07-28 15:22:06 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-07-28 15:22:06 +0200 |
| commit | fc140bce9c0fa67e62ef05ddc2abd71749b13500 (patch) | |
| tree | b2f178c90928806e332d8e01e7985118b1f2c5fd /lib/Plugins/KerneloopsReporter.GTKBuilder | |
| parent | 7469da1e14ef814488743c52187666d946d445d2 (diff) | |
| download | abrt-fc140bce9c0fa67e62ef05ddc2abd71749b13500.tar.gz abrt-fc140bce9c0fa67e62ef05ddc2abd71749b13500.tar.xz abrt-fc140bce9c0fa67e62ef05ddc2abd71749b13500.zip | |
rename *.GTKBuilder to *.glade
- it seems that intltool ignores the GTKBuilder suffix,
so the strings from our plugin settings dialog were not
translatable, renaming to .glade seems to fix this
Diffstat (limited to 'lib/Plugins/KerneloopsReporter.GTKBuilder')
| -rw-r--r-- | lib/Plugins/KerneloopsReporter.GTKBuilder | 118 |
1 files changed, 0 insertions, 118 deletions
diff --git a/lib/Plugins/KerneloopsReporter.GTKBuilder b/lib/Plugins/KerneloopsReporter.GTKBuilder deleted file mode 100644 index 1ba287b8..00000000 --- a/lib/Plugins/KerneloopsReporter.GTKBuilder +++ /dev/null @@ -1,118 +0,0 @@ -<?xml version="1.0"?> -<interface> - <requires lib="gtk+" version="2.14"/> - <!-- interface-naming-policy project-wide --> - <object class="GtkDialog" id="PluginDialog"> - <property name="border_width">12</property> - <property name="resizable">False</property> - <property name="modal">True</property> - <property name="icon_name">abrt</property> - <property name="type_hint">normal</property> - <property name="has_separator">False</property> - <child internal-child="vbox"> - <object class="GtkVBox" id="dialog-vbox"> - <property name="visible">True</property> - <property name="orientation">vertical</property> - <property name="spacing">12</property> - <child> - <object class="GtkFrame" id="frame1"> - <property name="visible">True</property> - <property name="label_xalign">0</property> - <property name="shadow_type">none</property> - <child> - <object class="GtkAlignment" id="alignment1"> - <property name="visible">True</property> - <property name="top_padding">6</property> - <property name="left_padding">12</property> - <child> - <object class="GtkTable" id="table1"> - <property name="visible">True</property> - <property name="n_columns">2</property> - <property name="column_spacing">12</property> - <property name="row_spacing">6</property> - <child> - <object class="GtkLabel" id="lSubmitURL"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Submit URL:</property> - </object> - <packing> - <property name="x_options">GTK_FILL</property> - </packing> - </child> - <child> - <object class="GtkEntry" id="conf_SubmitURL"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="invisible_char">●</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - </packing> - </child> - </object> - </child> - </object> - </child> - <child type="label"> - <object class="GtkLabel" id="label2"> - <property name="visible">True</property> - <property name="label" translatable="yes"><b>Kerneloops Reporter plugin configuration</b></property> - <property name="use_markup">True</property> - </object> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">1</property> - </packing> - </child> - <child internal-child="action_area"> - <object class="GtkHButtonBox" id="dialog-action_area1"> - <property name="visible">True</property> - <property name="layout_style">end</property> - <child> - <object class="GtkButton" id="button2"> - <property name="label">gtk-cancel</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> - <child> - <object class="GtkButton" id="button1"> - <property name="label">gtk-apply</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">1</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="-6">button2</action-widget> - <action-widget response="-10">button1</action-widget> - </action-widgets> - </object> -</interface> |
