author | eilers <eilers> | 2002-12-20 13:15:02 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-12-20 13:15:02 (UTC) |
commit | b7dafc7fc37d05498cf3ad7b7d0981bf3a341b4a (patch) (unidiff) | |
tree | b3d4250be0aeddcc8f05fb23781d07b282695841 | |
parent | 3bdaf9ff6bea6d7263bebff83dcdc05d4506d442 (diff) | |
download | opie-b7dafc7fc37d05498cf3ad7b7d0981bf3a341b4a.zip opie-b7dafc7fc37d05498cf3ad7b7d0981bf3a341b4a.tar.gz opie-b7dafc7fc37d05498cf3ad7b7d0981bf3a341b4a.tar.bz2 |
fixing wrong assignment between translated untranslated fieldnames
-rw-r--r-- | core/pim/addressbook/contacteditor.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp index 4e73114..254cff7 100644 --- a/core/pim/addressbook/contacteditor.cpp +++ b/core/pim/addressbook/contacteditor.cpp | |||
@@ -92,6 +92,6 @@ void ContactEditor::init() { | |||
92 | 92 | ||
93 | trlChooserNames = OContactFields::trphonefields(); | 93 | trlChooserNames = OContactFields::trphonefields( false ); |
94 | slChooserNames = OContactFields::untrphonefields(); | 94 | slChooserNames = OContactFields::untrphonefields( false ); |
95 | slDynamicEntries = OContactFields::untrdetailsfields(); | 95 | slDynamicEntries = OContactFields::untrdetailsfields( false ); |
96 | trlDynamicEntries = OContactFields::trdetailsfields(); | 96 | trlDynamicEntries = OContactFields::trdetailsfields( false ); |
97 | for (i = 0; i < slChooserNames.count(); i++) | 97 | for (i = 0; i < slChooserNames.count(); i++) |