diff options
author | Ken Moore <ken@ixsystems.com> | 2016-12-16 13:25:35 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-12-16 13:25:35 -0500 |
commit | 1608c2880af681b9f4df9681c4482324a62c8e4b (patch) | |
tree | dc3a57a3da021cbede4dcf71f3fe09651e4096bb /src-qt5/core/lumina-open | |
parent | If xinput is not available, do not show the input device configuration page. (diff) | |
parent | Hide the small menu popup during the lumina-fm init routine. (diff) | |
download | lumina-1608c2880af681b9f4df9681c4482324a62c8e4b.tar.gz lumina-1608c2880af681b9f4df9681c4482324a62c8e4b.tar.bz2 lumina-1608c2880af681b9f4df9681c4482324a62c8e4b.zip |
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core/lumina-open')
-rw-r--r-- | src-qt5/core/lumina-open/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-open/main.cpp b/src-qt5/core/lumina-open/main.cpp index 279f7c1b..d0bf79c0 100644 --- a/src-qt5/core/lumina-open/main.cpp +++ b/src-qt5/core/lumina-open/main.cpp @@ -333,6 +333,7 @@ void getCMD(int argc, char ** argv, QString& binary, QString& args, QString& pat }else{ //No field codes (or improper field codes given in the file - which is quite common) // - Just tack the input file on the end and let the app handle it as necessary + inFile.replace("%20"," "); //assume a local-file format rather than URL format cmd.append(" \""+inFile+"\""); } } |