Kaydet (Commit) fdde34a7 authored tarafından Joerg Skottke's avatar Joerg Skottke

fwk132: <no issue> Found coding error, corrected

üst 542dde90
......@@ -64,7 +64,7 @@ function hGrafikEinfuegen ( Grafik$ ) as Boolean
if ( GrafikEinfuegenDlg.exists( 2 ) ) then
Vorschau.Uncheck
if gApplication <> "HTML" AND gApplication <> "HTML" then
if gApplication <> "HTML" then
Verknuepfen.UnCheck
end if
......@@ -87,13 +87,15 @@ function hGrafikEinfuegen ( Grafik$ ) as Boolean
Kontext "GrafikEinfuegenDlg"
if GrafikEinfuegenDlg.Exists then
GrafikEinfuegenDlg.Cancel
GarfikEinfuegenDlg.notExists( 4 )
endif
else
hGrafikEinfuegen = IsImageLoaded
end if
else
'GrafikEinfuegeDlg not open
warnlog( "Insert graphics dialog not open" )
endif
end function
'
'-------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment