diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-02-11 16:48:29 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-02-11 16:52:37 -0500 |
commit | 154a144cf6b3082795f6b758b9bdbd10d87081a7 (patch) | |
tree | a2ca25f647902813bc7076c2ecabba7c599b8f4f /demos | |
parent | 7319f2934ff0364dad54f71bac9a3e9a7cc8f92f (diff) | |
download | gtk+-154a144cf6b3082795f6b758b9bdbd10d87081a7.tar.gz |
Remove remnants of localization from gtk-demo
gtk-demo isn't localized at this point.
https://bugzilla.gnome.org/show_bug.cgi?id=681578
Diffstat (limited to 'demos')
-rw-r--r-- | demos/gtk-demo/demo.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/demo.ui b/demos/gtk-demo/demo.ui index 0a2178924a..d35cd03ff1 100644 --- a/demos/gtk-demo/demo.ui +++ b/demos/gtk-demo/demo.ui @@ -1,5 +1,5 @@ <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> -<interface domain="gtk20"> +<interface> <object class="GtkListStore" id="liststore1"> <columns> <column type="gchararray"/> |