summaryrefslogtreecommitdiff
path: root/save.pl
diff options
context:
space:
mode:
Diffstat (limited to 'save.pl')
-rw-r--r--save.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/save.pl b/save.pl
index 47121fe..72b8dc9 100644
--- a/save.pl
+++ b/save.pl
@@ -2,6 +2,8 @@
:- consult(library(pce)).
:- consult(library(process)).
+:- pce_global(@dialog, new(dialog('Save'))).
+
main :-
pce_main_loop(main).
@@ -19,7 +21,7 @@ Ensure Git is in PATH.').
added(0) :-
%send(@pce, load_defaults, 'Defaults'),
- new(D, dialog('Save')),
+ new(D, @dialog),
% File browser.
new(C, chain),