diff options
| author | Paul Buetow <paul@buetow.org> | 2012-02-04 23:44:35 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-02-04 23:44:35 +0100 |
| commit | 4f5840f4a9d10bbd87436635e21d9fb8de850bc2 (patch) | |
| tree | 98390cb65fb74a6431aea7cc2b70c97767cc33c4 | |
| parent | 137f59ebdec343f41fb295f9186a41880be25e4c (diff) | |
remove --title
| -rwxr-xr-x | loadbars | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -363,7 +363,7 @@ sub main_loop ($@) { my $app = SDL::App->new( -title => Loadbars::VERSION . ' (press h for help on stdout)', - -icon_title => $C{title}, + -icon_title => Loadbars::VERSION, -width => $C{width}, -height => $C{height}, -depth => Loadbars::COLOR_DEPTH, @@ -1040,14 +1040,6 @@ END sshopts => { menupos => 20, help => 'Set SSH options', mode => 6, type => 's' }, - title => { - menupos => 21, - help => 'Set the window title', - var => \$C{title}, - mode => 6, - type => 's' - }, - ); my %d_by_short = map { |
