Fix the file filter in the install plugin file dialog
This commit is contained in:
parent
439afed737
commit
9bd4afe010
6 changed files with 10 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue