summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author slakmagik <slakmagik@gmail.com>2010-06-30 22:02:06 -0400
committer Robby Workman <rworkman@slackbuilds.org>2010-07-03 15:52:10 -0500
commit6015cd2f1e4d88a4bcf99ec6649cd50e80e0e0cc (patch)
tree44882846847458decf7f98f83af5872bf334680c /development
parent1d0419e752ba6618a6da53fc8b4d8be4c4a1ebd7 (diff)
downloadslackbuilds-6015cd2f1e4d88a4bcf99ec6649cd50e80e0e0cc.tar.gz
slackbuilds-6015cd2f1e4d88a4bcf99ec6649cd50e80e0e0cc.tar.xz
Various: more whitespace cleanups
Reformatted all of my READMEs that weren't wrapped at column 72. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/Xdialog/README19
-rw-r--r--development/gtkdialog/README6
2 files changed, 13 insertions, 12 deletions
diff --git a/development/Xdialog/README b/development/Xdialog/README
index e3bd32d31c..e4555ba6aa 100644
--- a/development/Xdialog/README
+++ b/development/Xdialog/README
@@ -1,10 +1,11 @@
-Xdialog is designed to be a drop in replacement for the "dialog" or "cdialog"
-programs. It converts any terminal based program into a program with an
-X-windows interface. The dialogs are easier to see and use while adding even
-more functionalities (e.g. with the treeview, the file selector, the edit box,
-the range box, the help button/box). Because Xdialog uses GTK+, it will also
-match your desktop theme.
+Xdialog is designed to be a drop in replacement for the "dialog" or
+"cdialog" programs. It converts any terminal based program into a
+program with an X-windows interface. The dialogs are easier to see and
+use while adding even more functionalities (e.g. with the treeview, the
+file selector, the edit box, the range box, the help button/box).
+Because Xdialog uses GTK+, it will also match your desktop theme.
-If you wish to have NLS support, pass 'NLS=enable' to the SlackBuild. Xdialog
-is a GTK"1" program but may optionally be compiled against GTK2. The developer
-recommends against this but you may enable it (as I do) with 'GTK2=enable'.
+If you wish to have NLS support, pass 'NLS=enable' to the SlackBuild.
+Xdialog is a GTK"1" program but may optionally be compiled against GTK2.
+The developer recommends against this but you may enable it (as I do)
+with 'GTK2=enable'.
diff --git a/development/gtkdialog/README b/development/gtkdialog/README
index 777a2d2817..3564319008 100644
--- a/development/gtkdialog/README
+++ b/development/gtkdialog/README
@@ -1,5 +1,5 @@
Gtkdialog is a small utility for fast and easy GUI building. It can be
used to create dialog boxes for almost any interpreted and compiled
-programs which is a very attractive feature since the developer
-does not have to learn various GUI languages for the miscellaneous
-programming languages.
+programs which is a very attractive feature since the developer does not
+have to learn various GUI languages for the miscellaneous programming
+languages.