Remove unnecessary language.

(cherry picked from commit 2cc195396f)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent a660674175
commit 3c15d3e1bb

@ -35,7 +35,7 @@ void AppWizardUtil::guessAuthorAndEmail(TQString *author, TQString *email)
} }
struct passwd *pw = ::getpwuid(getuid()); struct passwd *pw = ::getpwuid(getuid());
// pw==0 => the system must be really fucked up // pw==0 => the system must be really messed up
if (!pw) if (!pw)
return; return;

Loading…
Cancel
Save