diff options
-rw-r--r-- | save.pl | 2 | ||||
-rw-r--r-- | save.pl~ | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -97,4 +97,4 @@ commited(S) :- 'Files could not be saved.'). commited(_) :- - send(@pce, destroy). + send(@dialog, destroy). @@ -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). |