summaryrefslogtreecommitdiff
path: root/sysutils/cd-write/files/patch-write.cc
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2003-12-26 01:06:28 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2003-12-26 01:06:28 +0000
commite841be38fa5ceba1aaba585f670c22deb057e998 (patch)
treee7057b2c2119bb09c0cac18ed1c570be13b4b7de /sysutils/cd-write/files/patch-write.cc
parentAdd emp, CGI application that creates a hierarchy of categorized links. (diff)
Upgrade to version 1.4.2.
Notes
Notes: svn path=/head/; revision=96605
Diffstat (limited to 'sysutils/cd-write/files/patch-write.cc')
-rw-r--r--sysutils/cd-write/files/patch-write.cc35
1 files changed, 0 insertions, 35 deletions
diff --git a/sysutils/cd-write/files/patch-write.cc b/sysutils/cd-write/files/patch-write.cc
deleted file mode 100644
index 54b6ecf8d9a3..000000000000
--- a/sysutils/cd-write/files/patch-write.cc
+++ /dev/null
@@ -1,35 +0,0 @@
---- write.cc.orig Wed Oct 15 15:48:59 2003
-+++ write.cc Wed Oct 15 15:49:52 2003
-@@ -97,11 +97,11 @@
-
- TkToplevel (".tray -class Dialog");
- TkWm ("title .tray", "{Open/Close tray}");
-- TkLabel (".tray.msg -wraplength 4i -justify center -text {
-+ TkLabel (".tray.msg -wraplength 4i -justify center -text {\n\
- It is advised to open and close the tray if you already did a dummy write,\
- in order to avoid an End Of Medium error. \
- If you just inserted a blank in the drive click on the \"Continue\" button.\
-- Click on the \"Open/CLose\" button to open and close the tray.
-+ Click on the \"Open/CLose\" button to open and close the tray.\n\
- }");
- button = -1;
- TkPack (".tray.msg -side top -padx 1c -pady 1c");
-@@ -693,12 +693,12 @@
- bsel = TkButton (".write.f.bs", "-text {Select >>>} -state disabled");
- bsel.command (mfilesel);
- TkFrame (".write.f.f");
-- hlist = tixScrolledHList (".write.f.f.l", "-relief flat -options {
-- hlist.columns 4
-- hlist.gap 0
-- hlist.header true
-- hlist.selectMode single
-- hlist.width 40 hlist.height 15
-+ hlist = tixScrolledHList (".write.f.f.l", "-relief flat -options {\n\
-+ hlist.columns 4\n\
-+ hlist.gap 0\n\
-+ hlist.header true\n\
-+ hlist.selectMode single\n\
-+ hlist.width 40 hlist.height 15\n\
- }");
- hlist.subwidget ("hlist")->browsecmd (hlistcmd);
- bb = tixButtonBox (".write.f.f.b", "-relief flat -orientation horizontal -padx 0");