diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-04-15 18:21:18 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-04-15 18:21:18 +0200 |
commit | 13d49eed1282614105902a9a47b13e2bf36c53f5 (patch) | |
tree | bc5b4b66f2f5d48e441f4cd6d28dbcc172a522aa /data | |
parent | 8a9af01a658e844c83ba16d3d0dc1b8ab882af55 (diff) |
Set transient parent for about box
A bit tricky because it can be called up from two different windows
(narrative and slide editor)
Diffstat (limited to 'data')
-rw-r--r-- | data/menu-bar.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/menu-bar.ui b/data/menu-bar.ui index 909eb37..fc5b663 100644 --- a/data/menu-bar.ui +++ b/data/menu-bar.ui @@ -159,7 +159,7 @@ </item> <item> <attribute name='label' translatable='yes'>About</attribute> - <attribute name='action'>app.about</attribute> + <attribute name='action'>win.about</attribute> </item> </section> </submenu> |