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 /noncore | |
parent | f2da8068e337e426766144ae22fc2c973ca30548 (diff) | |
download | opie-13d6ff0369da2a306bebf8db3e7c78f83bf1e2ff.zip opie-13d6ff0369da2a306bebf8db3e7c78f83bf1e2ff.tar.gz opie-13d6ff0369da2a306bebf8db3e7c78f83bf1e2ff.tar.bz2 |
always += and not =
-rw-r--r-- | noncore/unsupported/oipkg/qipkg.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/qipkg.pro b/noncore/unsupported/oipkg/qipkg.pro index e0a59f2..e5c6dd1 100644 --- a/noncore/unsupported/oipkg/qipkg.pro +++ b/noncore/unsupported/oipkg/qipkg.pro @@ -11,5 +11,5 @@ INTERFACES = packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui TARGET = qipkg TRANSLATIONS = ../i18n/de/qipkg.ts -TRANSLATIONS = ../i18n/fr/qipkg.ts +TRANSLATIONS += ../i18n/fr/qipkg.ts TRANSLATIONS += ../i18n/pt_BR/qipkg.ts |