author | cniehaus <cniehaus> | 2002-03-28 16:04:42 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-03-28 16:04:42 (UTC) |
commit | 13d6ff0369da2a306bebf8db3e7c78f83bf1e2ff (patch) (side-by-side diff) | |
tree | 662deb255fbff3de9de622ffc2b23a9857058de3 /core/pim/datebook | |
parent | f2da8068e337e426766144ae22fc2c973ca30548 (diff) | |
download | opie-13d6ff0369da2a306bebf8db3e7c78f83bf1e2ff.zip opie-13d6ff0369da2a306bebf8db3e7c78f83bf1e2ff.tar.gz opie-13d6ff0369da2a306bebf8db3e7c78f83bf1e2ff.tar.bz2 |
always += and not =
-rw-r--r-- | core/pim/datebook/datebook.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index 6721d91..cab1074 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro @@ -42,5 +42,5 @@ LIBS += -lqpe TARGET = datebook TRANSLATIONS = ../i18n/de/datebook.ts -TRANSLATIONS = ../i18n/fr/datebook.ts +TRANSLATIONS += ../i18n/fr/datebook.ts TRANSLATIONS += ../i18n/pt_BR/datebook.ts |