summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLuc Castermans <luc.castermans@gmail.com>2013-03-02 19:16:26 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-03-04 11:04:07 +0000
commit21bbd59a70ae66bcc83397a794d5e8c0aeb687ff (patch)
treec803b14e8b3addda727d648915d0af377921f0e3 /dbaccess
parentc633c4fd2e13adb866b2dcdc87dece4189e82ddc (diff)
ersetzen => replace in stead of translate
Change-Id: I8d355d58c3720201554c68be0c82245383eec1ed
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 128fa7622175..ff4e7809d458 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -492,7 +492,7 @@ void OSelectionBrowseBox::InitController(CellControllerRef& /*rController*/, lon
getDesignView()->fillValidFields(aTable, m_pFieldCell);
- // translate with alias.*
+ // replace with alias.*
if ((aField.GetChar(0) == '*') && aTable.Len())
{
aField = aTable;