diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-10-30 20:36:26 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-10-30 20:36:26 +0100 |
commit | 4b7127155c07b7aa693a82b5c2d9b7b2e21b3d42 (patch) | |
tree | 2ba2c31524dd1a36ce7f325a15aa0657118e87d8 /src/presentation.c | |
parent | ca4ecaf2b06e50fc2026e35b946409b719f72425 (diff) |
Revert to normal GtkFileChooserDialog for saving presentation
I didn't know about the "extra widget" thing.
Diffstat (limited to 'src/presentation.c')
-rw-r--r-- | src/presentation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presentation.c b/src/presentation.c index 28f82a2..ae3f044 100644 --- a/src/presentation.c +++ b/src/presentation.c @@ -177,7 +177,7 @@ int save_presentation(struct presentation *p, GFile *file, GFile *ssfile) g_object_ref(p->stylesheet_from); } } else { - fprintf(stderr, _("Not updating default stylesheet\n")); + fprintf(stderr, _("Not saving the stylesheet\n")); sr = 0; } |