author | cniehaus <cniehaus> | 2002-11-17 17:18:28 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-11-17 17:18:28 (UTC) |
commit | c1e23ff3fcf83d26f06797af56f6b48e43388cdc (patch) (side-by-side diff) | |
tree | e99ecfa4ae04c1e7a8079b7a72277aae4f6da3ca | |
parent | bf2e3a43fb586274fd5aa67941a9a8671180628d (diff) | |
download | opie-c1e23ff3fcf83d26f06797af56f6b48e43388cdc.zip opie-c1e23ff3fcf83d26f06797af56f6b48e43388cdc.tar.gz opie-c1e23ff3fcf83d26f06797af56f6b48e43388cdc.tar.bz2 |
s/dk/da and added a \
-rw-r--r-- | noncore/apps/oxygen/oxygen.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index 4e4e292..77cbf77 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro @@ -1,43 +1,43 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = oxygen.h \ kmolcalc.h \ kmolelements.h \ calcdlgui.h \ dataTable.h \ psewidget.h \ oxyframe.h \ datawidgetui.h SOURCES = main.cpp \ oxygen.cpp \ kmolcalc.cpp \ calcdlgui.cpp \ kmolelements.cpp \ dataTable.cpp \ psewidget.cpp \ oxyframe.cpp \ datawidgetui.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = calcdlg.ui TARGET = oxygen DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/oxygen.ts \ ../../../i18n/en/oxygen.ts \ ../../../i18n/es/oxygen.ts \ ../../../i18n/fr/oxygen.ts \ ../../../i18n/hu/oxygen.ts \ ../../../i18n/ja/oxygen.ts \ ../../../i18n/ko/oxygen.ts \ ../../../i18n/no/oxygen.ts \ ../../../i18n/pl/oxygen.ts \ ../../../i18n/pt/oxygen.ts \ ../../../i18n/pt_BR/oxygen.ts \ ../../../i18n/sl/oxygen.ts \ ../../../i18n/zh_CN/oxygen.ts \ ../../../i18n/zh_TW/oxygen.ts \ - ../../../i18n/it/oxygen.ts - ../../../i18n/dk/oxygen.ts + ../../../i18n/it/oxygen.ts \ + ../../../i18n/da/oxygen.ts |