diff options
Diffstat (limited to 'save.pl~')
-rw-r--r-- | save.pl~ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |