diff options
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ my %actions = ( 'check' => { name => N("Check Updates"), launch => sub { my $_w = $in->wait_message(N("Please wait"), N("Check updates") . '...'); checkUpdates(); - }, + } }, 'weblink' => { name => N("Online WebSite"), launch => sub { mdkonline::get_site($online_site, 'info.php') } }, 'confNetwork' => { name => N("Configure Network"), launch => sub { configNetwork() } }, 'register' => { name => N("Configure Now!"), launch => sub { configure() } } |