diff options
author | Thomas White <taw@bitwiz.org.uk> | 2018-01-05 10:28:56 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2018-01-05 10:28:56 +0100 |
commit | d11a7e62862a448fb7451c0345a11cac463ae780 (patch) | |
tree | 3c99f653d234e2857877eef84032ea2559f96ba7 /src/colloquium.c | |
parent | 02828602d6f2f1ec2a7e718dea8d4bedc9dc300d (diff) |
GUI slide title adding
Diffstat (limited to 'src/colloquium.c')
-rw-r--r-- | src/colloquium.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/colloquium.c b/src/colloquium.c index 001786c..422a231 100644 --- a/src/colloquium.c +++ b/src/colloquium.c @@ -348,6 +348,10 @@ static void colloquium_startup(GApplication *papp) " <attribute name='label'>Slide</attribute>" " <attribute name='action'>win.slide</attribute>" " </item>" + " <item>" + " <attribute name='label'>Slide title</attribute>" + " <attribute name='action'>win.slidetitle</attribute>" + " </item>" " </section>" " </submenu>" |