You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
527 B
11 lines
527 B
--- klamav-0.41.1/src/freshklam.cpp.pwd-echo 2007-07-24 22:51:54.000000000 +0300
|
|
+++ klamav-0.41.1/src/freshklam.cpp 2007-11-07 15:53:51.000000000 +0200
|
|
@@ -225,6 +225,7 @@ Freshklam::Freshklam(QWidget *parent, co
|
|
//proxy_pass_label->setFixedSize(proxy_pass_label->sizeHint());
|
|
proxy_dir_layout->addWidget(proxy_pass_label,1,3);
|
|
proxyPass = new KLineEdit(proxy_hlp);
|
|
+ proxyPass->setEchoMode(KLineEdit::Password);
|
|
proxy_dir_layout->addWidget(proxyPass,1,4);
|
|
proxyPass->setText(proxyPassText);
|
|
|