From 8523556317617204b396182c931b80916d18fde9 Mon Sep 17 00:00:00 2001 From: milkbone57 Date: Mon, 21 Jul 2003 19:16:42 +0000 Subject: [PATCH] "" --- plugins/Tk-GUI/Tk/Browser.pm | 1 + plugins/Tk-Logon/Milkbone/Logon.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Tk-GUI/Tk/Browser.pm b/plugins/Tk-GUI/Tk/Browser.pm index f5e995f..bd3d490 100644 --- a/plugins/Tk-GUI/Tk/Browser.pm +++ b/plugins/Tk-GUI/Tk/Browser.pm @@ -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; diff --git a/plugins/Tk-Logon/Milkbone/Logon.pm b/plugins/Tk-Logon/Milkbone/Logon.pm index dafc2df..58cb832 100644 --- a/plugins/Tk-Logon/Milkbone/Logon.pm +++ b/plugins/Tk-Logon/Milkbone/Logon.pm @@ -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"],