diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-20 01:03:21 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-20 01:03:21 +0100 |
commit | 2455dc6f3ac1b4187d33173eb3d5f061a53aac9f (patch) | |
tree | a417fbbc2861be171d7843311a2fa3b435e7db95 /portato/gui/templates/AboutWindow.ui | |
parent | 0235295d89cf6f8f1a9e9c4005505d41690f97cb (diff) | |
parent | 9756f5649fc17b4be9b8f3f9a537ee027faabca2 (diff) | |
download | portato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.tar.gz portato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.tar.bz2 portato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.zip |
Moved from libglade to GtkBuilder.
Overhauled the preference dialog. - Still no user-configs though :(
Diffstat (limited to '')
-rw-r--r-- | portato/gui/templates/AboutWindow.ui (renamed from portato/gui/templates/AboutWindow.glade) | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/portato/gui/templates/AboutWindow.glade b/portato/gui/templates/AboutWindow.ui index 9c966b2..20abe2e 100644 --- a/portato/gui/templates/AboutWindow.glade +++ b/portato/gui/templates/AboutWindow.ui @@ -1,8 +1,7 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> +<?xml version="1.0"?> <!--*- mode: xml -*--> -<glade-interface> - <widget class="GtkAboutDialog" id="AboutWindow"> +<interface> + <object class="GtkAboutDialog" id="AboutWindow"> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="border_width">5</property> <property name="title" translatable="yes">About Portato</property> @@ -16,23 +15,23 @@ <property name="has_separator">False</property> <property name="program_name">Portato</property> <property name="copyright">This software is licensed under the terms of the GPLv2. -Copyright (C) 2006-2009 René 'Necoro' Neumann <necoro@necoro.net></property> +Copyright (C) 2006-2009 René 'Necoro' Neumann <necoro@necoro.net></property> <property name="comments">A Portage GUI</property> <property name="website">http://portato.necoro.net</property> - <property name="authors">René 'Necoro' Neumann + <property name="authors">René 'Necoro' Neumann Thanks goto: - The Porthole team, which often inspired me and gave me hints :) - franzf, who often tested and gave comments - the Sabayon-Distro for making Portato the default Portage-GUI</property> - <property name="translator_credits">Catalan - Roger Calvó -German - René 'Necoro' Neumann -Polish - Tomasz Osiński -Turkish - Gürkan 'seqizz' Gür</property> + <property name="translator_credits">Catalan - Roger Calvó +German - René 'Necoro' Neumann +Polish - Tomasz Osiński +Turkish - Gürkan 'seqizz' Gür</property> <property name="artists">p4r4d0x (inspired by wolfden)</property> - <signal name="response" handler="close"/> + <signal handler="close" name="response"/> <child internal-child="vbox"> - <widget class="GtkVBox" id="dialog-vbox1"> + <object class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="spacing">2</property> @@ -40,17 +39,17 @@ Turkish - Gürkan 'seqizz' Gür</property> <placeholder/> </child> <child internal-child="action_area"> - <widget class="GtkHButtonBox" id="dialog-action_area1"> + <object class="GtkHButtonBox" id="dialog-action_area1"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="layout_style">GTK_BUTTONBOX_END</property> - </widget> + </object> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> - </widget> + </object> </child> - </widget> -</glade-interface> + </object> +</interface> |