Skip to content

Commit

Permalink
Release updates for 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jliljebl committed Mar 31, 2018
1 parent d3c283c commit dd4e190
Show file tree
Hide file tree
Showing 19 changed files with 2,140 additions and 2,115 deletions.
4 changes: 2 additions & 2 deletions flowblade-trunk/Flowblade/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ def about_dialog(parent_window):
# Application tab
img = Gtk.Image.new_from_file(respaths.IMAGE_PATH + "flowbladeappicon.png")
flow_label = Gtk.Label(label="Flowblade Movie Editor")
ver_label = Gtk.Label(label="1.14.0")
janne_label = Gtk.Label(label="Copyright 2017 Janne Liljeblad and contributors")
ver_label = Gtk.Label(label="1.16.0")
janne_label = Gtk.Label(label="Copyright 2018 Janne Liljeblad and contributors")
page_label = Gtk.Label(label=_("Project page:") + " " + "<a href=\"https://github.com/jliljebl/flowblade\">https://github.com/jliljebl/flowblade</a>")
page_label.set_use_markup(True)
flow_label.modify_font(Pango.FontDescription("sans bold 14"))
Expand Down
Loading

0 comments on commit dd4e190

Please sign in to comment.