mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-05 12:51:08 -05:00
Fix the file filter in the install plugin file dialog
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user