Patch level : 12.0

Files correlati     : bagn009.uml, spotlite.cpp

Commento:
PATCH
This commit is contained in:
smen 2022-05-17 17:14:22 +02:00
parent e773eb5ab0
commit f7f2f7e17b
2 changed files with 0 additions and 8 deletions

View File

@ -101,13 +101,6 @@ BEGIN
MESSAGE EXIT,69
END
BUTTON DLG_EXPORT_DBF 2 2
BEGIN
PROMPT 7 1 "D~base"
PICTURE TOOL_EXPORT
MESSAGE EXIT,K_DBF
END
BUTTON DLG_NULL 2 2
BEGIN
END

View File

@ -30,7 +30,6 @@ KEY spotlite_ask_name(TFilename& pdf, int & size)
const bool can_arc = a.has_module(RSAUT);
const bool can_sign = can_arc && a.has_module(FDAUT);
msk.enable(DLG_EXPORT, can_arc);
msk.enable(DLG_EXPORT_DBF, can_arc);
msk.enable(DLG_PDF, can_arc);
msk.enable(DLG_SIGNPDF, can_sign);