mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
3da6c108e0
commit
839cf43f99
@ -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
|
||||
|
@ -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) ;
|
||||
}
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user