51 lines
2.5 KiB
XML
51 lines
2.5 KiB
XML
<interface>
|
|
<requires lib="gtk+" version="2.16"/>
|
|
<!-- interface-requires about_calcool_dialog 1.0 -->
|
|
<!-- interface-naming-policy project-wide -->
|
|
<object class="AboutCalcoolDialog" id="about_calcool_dialog">
|
|
<property translatable="yes" name="copyright">Copyright (C) 2010 jan gerber <j@mailb.org></property><property name="border_width">5</property>
|
|
<property name="icon">../media/icon.png</property>
|
|
<property name="type_hint">normal</property>
|
|
<property name="program_name">Calcool</property>
|
|
<property name="version">12.06</property>
|
|
<property name="comments" translatable="yes">Calcool allows you to do calculations in a document,
|
|
on the right you have the result for each line.
|
|
If you ever used bc and wanted to edit a previous
|
|
line or tried to reference the result of line 3,
|
|
calcool might be what you are looking for.</property>
|
|
<property name="website">https://launchpad.net/calcool</property>
|
|
<property name="license" translatable="yes"># Copyright (C) 2010 jan gerber <j@mailb.org>
|
|
# This program is free software: you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License version 3, as published
|
|
# by the Free Software Foundation.
|
|
#
|
|
# This program is distributed in the hope that it will be useful, but
|
|
# WITHOUT ANY WARRANTY; without even the implied warranties of
|
|
# MERCHANTABILITY, SATISFACTORY QUALITY, 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
</property>
|
|
<property name="authors">Copyright (C) 2010 jan gerber <j@mailb.org></property>
|
|
<property name="logo">../media/logo.png</property>
|
|
<child internal-child="vbox">
|
|
<object class="GtkVBox" id="dialog-vbox1">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">2</property>
|
|
<child internal-child="action_area">
|
|
<object class="GtkHButtonBox" id="dialog-action_area1">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">end</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|