|
From: <jgr...@us...> - 2003-09-10 18:26:32
|
Update of /cvsroot/popfile/engine/Platform
In directory sc8-pr-cvs1:/tmp/cvs-serv28115/Platform
Modified Files:
MSWin32.pm
Log Message:
Added UI elements for controlling forking of proxies, added sensible defaults for forking
Index: MSWin32.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Platform/MSWin32.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MSWin32.pm 31 Jul 2003 16:32:21 -0000 1.9
--- MSWin32.pm 10 Sep 2003 18:26:28 -0000 1.10
***************
*** 91,95 ****
my $body;
! # POP3 Listen Port widget
if ( $name eq 'windows_trayicon' ) {
$body .= "<span class=\"configurationLabel\">$$language{Windows_TrayIcon}:</span><br />\n";
--- 91,95 ----
my $body;
! # Tray icon widget
if ( $name eq 'windows_trayicon' ) {
$body .= "<span class=\"configurationLabel\">$$language{Windows_TrayIcon}:</span><br />\n";
|