Add -nocpp option to be consistent with other usages of xrdb in source code.

pull/2/head
Darrell Anderson 12 years ago
parent 14b7d88851
commit 41095d1c9c

@ -558,9 +558,9 @@ void runRdb( uint flags )
KProcess proc;
#ifndef NDEBUG
proc << "xrdb" << "-merge" << tmpFile.name();
proc << "xrdb" << "-merge" << "-nocpp" << tmpFile.name();
#else
proc << "xrdb" << "-quiet" << "-merge" << tmpFile.name();
proc << "xrdb" << "-quiet" << "-merge" << "-nocpp" << tmpFile.name();
#endif
proc.start( KProcess::Block, KProcess::Stdin );

Loading…
Cancel
Save