milkbone57 22 years ago
parent
commit
8523556317
  1. 1
      plugins/Tk-GUI/Tk/Browser.pm
  2. 2
      plugins/Tk-Logon/Milkbone/Logon.pm

1
plugins/Tk-GUI/Tk/Browser.pm

@ -3,6 +3,7 @@ package Tk::Browser; @@ -3,6 +3,7 @@ package Tk::Browser;
use Tk;
use Tk::Font;
use base 'Tk::ROText';
use Cwd qw(abs_path);
use strict;
use warnings;

2
plugins/Tk-Logon/Milkbone/Logon.pm

@ -121,7 +121,7 @@ sub init @@ -121,7 +121,7 @@ sub init
$self->{controls}->Label(-text => $slogan, -anchor => 'c', -justify => 'center', -wraplength => 250)->pack(-expand =>1, -fill => 'both');
# create the status frame
$self->{status_label} = $self->{status}->Label(-text => "Connecting to the Evil Empire...")->pack;
$self->{status_label} = $self->{status}->Label(-text => "Connecting to login.oscar.aol.com...")->pack;
$self->{status}->Button(-text => "Cancel", -takefocus => 0, command => [$self, "on_cancel"])->pack(-pady => 5);
$self->{logon_button} = $self->{controls}->Button(-text => 'log on', -takefocus => 0, -command => [$self, "on_logon"],

Loading…
Cancel
Save