Kaydet (Commit) c4da7518 authored tarafından David Tardon's avatar David Tardon

add kde4 to fallback list

üst bf01c23b
...@@ -239,7 +239,7 @@ SalInstance *CreateSalInstance() ...@@ -239,7 +239,7 @@ SalInstance *CreateSalInstance()
pInst = autodetect_plugin(); pInst = autodetect_plugin();
// fallback, try everything // fallback, try everything
const char* pPlugin[] = { "gtk", "kde", "gen", 0 }; const char* pPlugin[] = { "gtk", "kde4", "kde", "gen", 0 };
for ( int i = 0; !pInst && pPlugin[ i ]; ++i ) for ( int i = 0; !pInst && pPlugin[ i ]; ++i )
pInst = tryInstance( OUString::createFromAscii( pPlugin[ i ] ) ); pInst = tryInstance( OUString::createFromAscii( pPlugin[ i ] ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment