diff options
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/query/QueryWizard.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/query/QueryWizard.java b/wizards/com/sun/star/wizards/query/QueryWizard.java index 6c6683a6dffb..8f460e55ef07 100644 --- a/wizards/com/sun/star/wizards/query/QueryWizard.java +++ b/wizards/com/sun/star/wizards/query/QueryWizard.java @@ -92,7 +92,7 @@ public class QueryWizard extends DatabaseObjectWizard if (m_DBMetaData.getConnection(m_wizardContext)) { reslblFields = m_oResource.getResText("RID_QUERY_4"); - reslblFieldHeader = m_oResource.getResText("RID_QUERY_19"); //Fielnames in AliasComponent + reslblFieldHeader = m_oResource.getResText("RID_QUERY_19"); //Fieldnames in AliasComponent reslblAliasHeader = m_oResource.getResText("RID_QUERY_20"); //Fieldtitles header in AliasComponent reslblSelFields = m_oResource.getResText("RID_QUERY_50"); reslblTables = m_oResource.getResText("RID_QUERY_3"); |