Patch level : 12.0
Files correlati : bagn009.uml, spotlite.cpp Commento: PATCH
This commit is contained in:
parent
e773eb5ab0
commit
f7f2f7e17b
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user