From 117237228b9c9171e184254fb0a4604c9f58673b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 4 May 2016 12:05:02 +0200 Subject: Restore "Export PDF" and add initial printing stuff --- src/colloquium.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'src/colloquium.c') diff --git a/src/colloquium.c b/src/colloquium.c index 52c831a..436ac86 100644 --- a/src/colloquium.c +++ b/src/colloquium.c @@ -76,11 +76,11 @@ static void about_sig(GSimpleAction *action, GVariant *parameter, gpointer vp) gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(window), PACKAGE_VERSION); gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(window), - "© 2013 Thomas White "); + "© 2016 Thomas White "); gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(window), - "A tiny presentation program"); + "Narrative-based presentation system"); gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(window), - "© 2013 Thomas White \n"); + "© 2016 Thomas White \n"); gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(window), "http://www.bitwiz.org.uk/"); gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(window), authors); @@ -191,6 +191,16 @@ static void colloquium_startup(GApplication *app) " " "
" " " + " Print..." + " win.print" + " " + " " + " Export slides as PDF..." + " win.exportpdf" + " " + "
" + "
" + " " " Load stylesheet" " win.loadstyle" " " @@ -198,10 +208,6 @@ static void colloquium_startup(GApplication *app) " Save stylesheet" " win.savestyle" " " - " " - " Export PDF" - " win.exportpdf" - " " "
" " " -- cgit v1.2.3