Output app version on startup

This commit is contained in:
Matt Baer 2018-09-30 18:51:14 -04:00
parent 743b126984
commit 23f0f33e6f

View File

@ -76,6 +76,8 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
}
public MainWindow(Gtk.Application app) {
stdout.printf("writeas-gtk v%s\n", version);
set_application(app);
icon_name = "write-as";
init_folder();