File: about.glade

package info (click to toggle)
guake 0.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,528 kB
  • sloc: sh: 11,309; python: 1,493; ansic: 1,105; makefile: 78
file content (66 lines) | stat: -rw-r--r-- 3,828 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0"?>
<glade-interface>
  <widget class="GtkAboutDialog" id="aboutdialog">
    <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="border_width">5</property>
    <property name="title" translatable="yes">About Guake</property>
    <property name="resizable">False</property>
    <property name="modal">True</property>
    <property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property>
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
    <property name="has_separator">False</property>
    <property name="copyright" translatable="yes">Copyright 2007-2010 Lincoln de Sousa
Copyright 2007 Gabriel Falc&#xE3;o</property>
    <property name="comments" translatable="yes">Guake is an easy to access
terminal based on fps games terminal</property>
    <property name="website">http://guake.org</property>
    <property name="website_label" translatable="yes">http://guake.org</property>
    <property name="license" translatable="yes">Guake is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Guake is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Guake; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
</property>
    <property name="authors">Lincoln de Sousa &lt;lincoln@guake.org&gt;
Pierre-Yves Chibon (Pingou) &lt;pingou@guake.org&gt;
Aleksandar Krsteski (SnapShot) &lt;aleksandar@guake.org&gt;

Contributors:
Maxim Ivanov (ulidtko) &lt;ulidtko@gmail.com&gt;

Past Contributors:
Gabriel Falcão &lt;gabriel@guake-terminal.org&gt;</property>
    <property name="translator_credits" translatable="yes">Adolfo González Blázquez &lt;code@infinicode.org&gt; Spanish
Lincoln de Sousa &lt;lincoln@guake.org&gt; Brazilian Portuguese
Markus Majer &lt;mm@mpathy.de&gt; German
Mieszko Ślusarczyk &lt;mieszkoslusarczyk@gmail.com&gt; Polish
Nishio Futoshi &lt;futoshi@momonga-linux.org&gt; Japanese
Pavel Alexeev &lt;Pahan@Hubbitus.spb.su&gt; Russian
Piotr Drąg &lt;piotrdrag@gmail.com&gt; Polish</property>
    <property name="artists">Gabriel Falcao &lt;gabriel@guake-terminal.org&gt;</property>
    <property name="wrap_license">True</property>
    <signal name="response" handler="gtk_widget_destroy" object="aboutdialog"/>
    <child internal-child="vbox">
      <widget 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>
        <child>
          <placeholder/>
        </child>
        <child internal-child="action_area">
          <widget 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>
          <packing>
            <property name="expand">False</property>
            <property name="pack_type">GTK_PACK_END</property>
          </packing>
        </child>
      </widget>
    </child>
  </widget>
</glade-interface>