aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-03-03 12:17:58 -0500
committerJesús <heckyel@hyperbola.info>2020-03-03 12:17:58 -0500
commitfb4a2930ced43f0ee777911a3938653509cb7c2d (patch)
tree3fe4afd20942dfc4071bf2e06608bc408b2916c0
parente1206e62eecd3d9522e670dd6c18e0dd97e90cb7 (diff)
downloadfair-viewer-fb4a2930ced43f0ee777911a3938653509cb7c2d.tar.lz
fair-viewer-fb4a2930ced43f0ee777911a3938653509cb7c2d.tar.xz
fair-viewer-fb4a2930ced43f0ee777911a3938653509cb7c2d.zip
fix missing authors
-rw-r--r--share/gtk-fair-viewer.glade7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/gtk-fair-viewer.glade b/share/gtk-fair-viewer.glade
index 3272222..e14646d 100644
--- a/share/gtk-fair-viewer.glade
+++ b/share/gtk-fair-viewer.glade
@@ -20,6 +20,9 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GTK Fair Viewer. If not, see <http://www.gnu.org/licenses/>.
+Author: Trizen https://github.com/trizen
+Author: Jesus E. https://framagit.org/heckyel
+
-->
<interface>
<requires lib="gtk+" version="3.20"/>
@@ -2220,7 +2223,9 @@ When the specified resolution is not found, the best available resolution is use
<property name="type_hint">normal</property>
<property name="transient_for">__MAIN__</property>
<property name="program_name">GTK Fair Viewer</property>
- <property name="copyright" translatable="yes">Copyright © 2020 Jesús E.</property>
+ <property name="copyright" translatable="yes">
+Copyright © 2010-2020 Trizen
+Copyright © 2020 Jesús E.</property>
<property name="comments" translatable="yes">Written in Perl, Gtk3 and Glade.</property>
<property name="website">https://framagit.org/heckyel/fair-viewer</property>
<property name="website_label" translatable="yes">https://framagit.org/heckyel/fair-viewer</property>