GNOME Bugzilla – Bug 596125
Property string fixes
Last modified: 2010-08-10 08:26:06 UTC
Created attachment 143847 [details] [review] Fix use of "or not" in GTK+ Attached is a patch containing various property string fixes. Most of them are removal of the phrase "or not" from "whether or not", since it's entirely redundant (and bad style). There are some changes to expand abbreviations (e.g. "char" -> "character", "min" -> "minimum") and some other miscellaneous fixes (e.g. "spinbutton" -> "spin button" and "XSpacing" -> "X spacing").
Comment on attachment 143847 [details] [review] Fix use of "or not" in GTK+ Looks good to me.
commit 3eb197b51fbcfab20abc618c7081bb400844996e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 10 09:23:49 2010 +0100 Bug 596125 — Property string fixes gtk/gtkcellrendererspin.c | 2 +- gtk/gtkcellrenderertext.c | 2 +- gtk/gtkcolorbutton.c | 2 +- gtk/gtkentry.c | 4 ++-- gtk/gtkfilechooser.c | 2 +- gtk/gtknotebook.c | 10 +++++----- gtk/gtkplug.c | 2 +- gtk/gtkprintunixdialog.c | 2 +- gtk/gtkprogressbar.c | 12 ++++++------ gtk/gtkspinbutton.c | 2 +- gtk/gtkstatusicon.c | 6 +++--- gtk/gtktoggleaction.c | 4 ++-- gtk/gtktogglebutton.c | 2 +- gtk/gtktoggletoolbutton.c | 4 ++-- gtk/gtkwidget.c | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-)