diff options
author | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-03-31 14:06:34 +0000 |
---|---|---|
committer | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-03-31 14:06:34 +0000 |
commit | 4b83ee9cf0c965f9923cce1f627025c5af0745cf (patch) | |
tree | 30e3ff3db8d8a6affdfdaef914d90eb6baf01b87 /draksnapshot-config | |
parent | e3f185da813d9291c9b702f9706437777436d8f9 (diff) | |
download | draksnapshot-4b83ee9cf0c965f9923cce1f627025c5af0745cf.tar draksnapshot-4b83ee9cf0c965f9923cce1f627025c5af0745cf.tar.gz draksnapshot-4b83ee9cf0c965f9923cce1f627025c5af0745cf.tar.bz2 draksnapshot-4b83ee9cf0c965f9923cce1f627025c5af0745cf.tar.xz draksnapshot-4b83ee9cf0c965f9923cce1f627025c5af0745cf.zip |
add a new string ("Backup the whole system")
git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241609 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-x | draksnapshot-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/draksnapshot-config b/draksnapshot-config index 12195ee..5c4bd2a 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -107,6 +107,7 @@ gtkadd($my_win->{window}, N("Backup snapshots configuration"))), 0, gtknew('Title1', label => N("Settings")), 0, gtknew('HBox', spacing => 5, children => [ + 0, gtknew('CheckButton', text => N("Backup the whole system")), 0, gtknew('Label_Left', text => N("Where to backup")), 1, $where = gtknew('Entry', text => $backup_directory), |