mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Changed Advanced Section to Advanced Boot Section
This commit is contained in:
parent
6310ca6211
commit
0ce676f74a
16
gBootRoot
16
gBootRoot
@ -1,10 +1,10 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# gBootRoot Copyright (C) 2000
|
||||
# Project Developer and Coordinator
|
||||
# Lead Developer and Project Coordinator
|
||||
# Jonathan Rosenbaum <mttrader@access.mountain.net>
|
||||
#
|
||||
# Lead Programmer and Developer
|
||||
# Developer
|
||||
# Cristian Ionescu-Idbohrn <cii@axis.com>
|
||||
#
|
||||
# http://the.netpedia.net/gBootRoot.html
|
||||
@ -66,7 +66,7 @@ my $lilo_conf = "/etc/lilo.conf";
|
||||
# * Step increment changed for device size spinner button.
|
||||
# * New documentation and grammar corrections.
|
||||
# * Bugs closed: 111579, 112555, 112949, 111580, 11636, 12073,
|
||||
# 12215, 13385, 13453, 13455.
|
||||
# 12215, 13385, 13453, 13455.
|
||||
#
|
||||
# 1.0.3 - 08.09.2000
|
||||
# * Tmp and mnt are now created on the fly,
|
||||
@ -345,8 +345,8 @@ $entry5->set_usize(15,20);
|
||||
$box2->pack_start( $entry5, $true, $true, 0 );
|
||||
$entry5->show();
|
||||
|
||||
# The ADVANCED SECTION
|
||||
######################
|
||||
# The ADVANCED BOOT SECTION
|
||||
###########################
|
||||
# Separator
|
||||
$separator = new Gtk::HSeparator();
|
||||
$box1->pack_start( $separator, $false, $true, 0 );
|
||||
@ -359,12 +359,12 @@ $vbox_advanced->show();
|
||||
|
||||
# The Advanced Section button
|
||||
hbox_advanced();
|
||||
my $button_advanced = new Gtk::Button("Advanced Section");
|
||||
$tooltips->set_tip( $button_advanced, "This is where all the advanced stuff is found.", "" );
|
||||
my $button_advanced = new Gtk::Button("Advanced Boot Section");
|
||||
$tooltips->set_tip( $button_advanced, "Change settings for the bootdisk.", "" );
|
||||
$button_advanced->signal_connect("clicked",\&advanced_section );
|
||||
$hbox_advanced->pack_start( $button_advanced, $true, $true, 0 );
|
||||
$button_advanced->show();
|
||||
######################
|
||||
###########################
|
||||
|
||||
# Separator
|
||||
$separator = new Gtk::HSeparator();
|
||||
|
Loading…
x
Reference in New Issue
Block a user