diff options
author | John Ankarström <john@ankarstrom.se> | 2022-01-22 18:26:02 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-01-22 18:26:02 +0100 |
commit | 4c5f69a4cf721f1e3d49346ed0fdb1faea7977c3 (patch) | |
tree | 0803ec8422009c332301366fd571e078aadd93eb | |
parent | 2f9d091f38edeb5562830313ca1c4443b6e02b58 (diff) | |
download | save-4c5f69a4cf721f1e3d49346ed0fdb1faea7977c3.tar.gz |
M save.pl
M save.pl~
-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). |