Changed the path for the external translations to "data dir/translations".

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5670 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-10-12 18:44:02 +00:00
parent 85070b1b66
commit a0162ced8f
7 changed files with 17 additions and 11 deletions

View file

@ -35,7 +35,7 @@ SOURCES = services/p3vors.cc \
gui/AudioPopupChatDialog.cpp \
gui/PluginGUIHandler.cpp \
gui/PluginNotifier.cpp \
VOIPPlugin.cpp
VOIPPlugin.cpp
HEADERS = services/p3vors.h \
services/rsvoipitems.h \
@ -48,7 +48,8 @@ HEADERS = services/p3vors.h \
gui/AudioPopupChatDialog.h \
gui/PluginGUIHandler.h \
gui/PluginNotifier.h \
interface/rsvoip.h
interface/rsvoip.h \
VOIPPlugin.h
FORMS = gui/AudioInputConfig.ui \
gui/AudioStats.ui \