Fixed translation of the plugins on Linux.

Renamed the language resource files of the plugins.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5634 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-10-03 22:59:28 +00:00
parent 3da6c108e0
commit 839cf43f99
6 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,4 @@ FORMS = LinksDialog.ui AddLinksDialog.ui
TARGET = LinksCloud
RESOURCES = linksCloud_images.qrc lang/lang.qrc
RESOURCES = LinksCloud_images.qrc lang/LinksCloud_lang.qrc

View File

@ -80,7 +80,7 @@ QIcon *LinksCloudPlugin::qt_icon() const
{
if(mIcon == NULL)
{
Q_INIT_RESOURCE(linksCloud_images) ;
Q_INIT_RESOURCE(LinksCloud_images) ;
mIcon = new QIcon(IMAGE_LINKS) ;
}

View File

@ -57,7 +57,7 @@ FORMS = gui/AudioInputConfig.ui \
TARGET = VOIP
RESOURCES = gui/VOIP_images.qrc lang/lang.qrc
RESOURCES = gui/VOIP_images.qrc lang/VOIP_lang.qrc
TRANSLATIONS += \
lang/VOIP_en.ts \