Fix the file filter in the install plugin file dialog

This commit is contained in:
morg 2022-06-22 22:33:59 +02:00 committed by Adam Honse
parent 439afed737
commit 9bd4afe010
6 changed files with 10 additions and 10 deletions

View file

@ -87,7 +87,7 @@ void Ui::OpenRGBPluginsPage::on_InstallPluginButton_clicked()
/*-----------------------------------------------------*\
| Open a file selection prompt to choose the plugin file|
\*-----------------------------------------------------*/
QString install_file = QFileDialog::getOpenFileName(this, tr("Install OpenRGB Plugin"), "", tr("Plugin files (*.dll; *.dylib; *.so; *.so.*)"));
QString install_file = QFileDialog::getOpenFileName(this, tr("Install OpenRGB Plugin"), "", tr("Plugin files (*.dll *.dylib *.so *.so.*)"));
bool installed = InstallPlugin(install_file.toStdString());

View file

@ -1198,8 +1198,8 @@
<translation>OpenRGB Plugin installieren</translation>
</message>
<message>
<source>Plugin files (*.dll; *.dylib; *.so; *.so.*)</source>
<translation>Plugin-Dateien (*.dll; *.dylib; *.so; *.so.*)</translation>
<source>Plugin files (*.dll *.dylib *.so *.so.*)</source>
<translation>Plugin-Dateien (*.dll *.dylib *.so *.so.*)</translation>
</message>
<message>
<source>Replace Plugin</source>

View file

@ -1197,7 +1197,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<source>Plugin files (*.dll; *.dylib; *.so; *.so.*)</source>
<source>Plugin files (*.dll *.dylib *.so *.so.*)</source>
<translation type="unfinished"></translation>
</message>
<message>

View file

@ -1199,8 +1199,8 @@
<translation>Instalar plugin de OpenRGB</translation>
</message>
<message>
<source>Plugin files (*.dll; *.dylib; *.so; *.so.*)</source>
<translation>Archivos de plugin (*.dll; *.dylib; *.so; *.so.*)</translation>
<source>Plugin files (*.dll *.dylib *.so *.so.*)</source>
<translation>Archivos de plugin (*.dll *.dylib *.so *.so.*)</translation>
</message>
<message>
<source>Replace Plugin</source>

View file

@ -1197,8 +1197,8 @@
<translation>Installer un plugin OpenRGB</translation>
</message>
<message>
<source>Plugin files (*.dll; *.dylib; *.so; *.so.*)</source>
<translation>Fichiers de plugin (*.dll; *.dylib; *.so; *.so.*)</translation>
<source>Plugin files (*.dll *.dylib *.so *.so.*)</source>
<translation>Fichiers de plugin (*.dll *.dylib *.so *.so.*)</translation>
</message>
<message>
<source>Replace Plugin</source>

View file

@ -1207,8 +1207,8 @@
<translation>Установить плагин OpenRGB</translation>
</message>
<message>
<source>Plugin files (*.dll; *.dylib; *.so; *.so.*)</source>
<translation>Файлы плагинов (*.dll; *.dylib; *.so; *.so.*)</translation>
<source>Plugin files (*.dll *.dylib *.so *.so.*)</source>
<translation>Файлы плагинов (*.dll *.dylib *.so; *.so.*)</translation>
</message>
<message>
<source>Replace Plugin</source>