Commit c933478e authored by sumpfralle's avatar sumpfralle

fixed the QCAD link for gtk 2.12


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1011 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 56e731b6
...@@ -8592,11 +8592,49 @@ Please read the description of the Server Mode (linked below) to understand the ...@@ -8592,11 +8592,49 @@ Please read the description of the Server Mode (linked below) to understand the
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkLabel" id="FontDedicationQCAD"> <object class="GtkHBox" id="hbox8">
<property name="visible">True</property> <property name="visible">True</property>
<property name="xalign">0</property> <child>
<property name="label" translatable="yes">Thanks to the &lt;a href="http://qcad.org"&gt;QCAD developers&lt;/a&gt; for these single-line fonts!</property> <object class="GtkLabel" id="FontDedicationQCAD">
<property name="use_markup">True</property> <property name="visible">True</property>
<property name="can_focus">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Thanks to the</property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLinkButton" id="QCADLink">
<property name="label" translatable="yes">QCAD developers</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
<property name="relief">none</property>
<property name="uri">http://qcad.org</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="FontDedicationQCADSuffix">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">for these single-line fonts!</property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment