summaryrefslogtreecommitdiff
path: root/save.pl~
diff options
context:
space:
mode:
Diffstat (limited to 'save.pl~')
-rw-r--r--save.pl~2
1 files changed, 1 insertions, 1 deletions
diff --git a/save.pl~ b/save.pl~
index 52e5a92..72b8dc9 100644
--- a/save.pl~
+++ b/save.pl~
@@ -2,7 +2,7 @@
:- consult(library(pce)).
:- consult(library(process)).
-:- pce_global(@dialog, new(dialog, 'Save')).
+:- pce_global(@dialog, new(dialog('Save'))).
main :-
pce_main_loop(main).