<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
<dlg:windowxmlns:dlg="http://openoffice.org/2000/dialog"xmlns:script="http://openoffice.org/2000/script"dlg:id="SendToMediaWiki"dlg:left="62"dlg:top="57"dlg:width="288"dlg:height="129"dlg:closeable="true"dlg:moveable="true"dlg:title="Send to MediaWiki">
<dlg:checkboxdlg:id="MinorCheck"dlg:tab-index="7"dlg:left="73"dlg:top="66"dlg:width="142"dlg:height="10"dlg:value="This is a minor edit"dlg:checked="false"/>
<dlg:checkboxdlg:id="BrowserCheck"dlg:tab-index="8"dlg:left="73"dlg:top="79"dlg:width="142"dlg:height="10"dlg:value="Show in web ~browser"dlg:checked="false"/>
privatestaticfinalStringm_sGeneralSendError="The operation 'Send to MediaWiki' could not be completed successfully.";
privatestaticfinalStringm_sNoWikiFilter="The MediaWiki export filter cannot be found. Choose 'Tools-XML Filter Settings' to install the filter, or use the setup to install the component.";
Helper.SetControlPropInDialog(xDialog,"Label1","Label","A wiki article with the title "+aSendDialog.m_sWikiTitle+" does not exist yet. Do you want to create a new article with that name?");
...
...
@@ -494,7 +501,8 @@ public final class WikiEditorImpl extends WeakBase