mirror of
https://github.com/qarmin/czkawka
synced 2024-10-31 21:20:19 +00:00
d1c66fda1b
* New image compare algorithm * Par iter * Ending words
17 lines
612 B
XML
17 lines
612 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Created with Cambalache 0.10.2 -->
|
|
<interface>
|
|
<!-- interface-name about_dialog.ui -->
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkAboutDialog" id="about_dialog">
|
|
<property name="comments" translatable="yes">2020 - 2022 Rafał Mikrut(qarmin)
|
|
|
|
This program is free to use and will always be.
|
|
</property>
|
|
<property name="license-type">mit-x11</property>
|
|
<property name="logo-icon-name">help-about-symbolic</property>
|
|
<property name="program-name">Czkawka</property>
|
|
<property name="version">4.1.0</property>
|
|
</object>
|
|
</interface>
|