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

This reverts commit 41095d1c9c.
This resolves bug 1375

(cherry picked from commit 142b3f67a6)
pull/182/head
Slávek Banko 8 years ago
parent 27549e5c32
commit 8a247edfd8

@ -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