mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix linux compile
This commit is contained in:
parent
23b6a2a458
commit
bc5a372de4
2 changed files with 6 additions and 3 deletions
|
|
@ -994,7 +994,12 @@ wxString ctlSQLBox::ExternalFormat(int typecmd)
|
|||
|
||||
|
||||
processOutput=a.build(processInput, cfg, lineEnd);
|
||||
goto theend;
|
||||
if (isSelected)
|
||||
ReplaceSelection(processOutput);
|
||||
else
|
||||
SetText(processOutput);
|
||||
|
||||
return _("" + msgword + "ing complete.");
|
||||
}
|
||||
return _("You need to setup a "+msgword+"ing command");
|
||||
}
|
||||
|
|
@ -1051,7 +1056,6 @@ wxString ctlSQLBox::ExternalFormat(int typecmd)
|
|||
{
|
||||
return _("" + msgword + "ing command error: Output is empty.");
|
||||
}
|
||||
theend:
|
||||
if (isSelected)
|
||||
ReplaceSelection(processOutput);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue