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

This reverts commit 41095d1c9c.
This resolves bug 1375
pull/2/head
Slávek Banko 8 years ago
parent 193cb78c57
commit 142b3f67a6

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

Loading…
Cancel
Save