GNOME Bugzilla – Bug 611297
Add options to change the ok and cancel buttons' labels for text entries
Last modified: 2011-07-26 17:04:17 UTC
[ Forwarded from http://bugs.debian.org/534264 ] Would be useful to be able to change the entry buttons' labels.
Created attachment 154846 [details] [review] Add options to change the button labels for an entry From e3b1dc554e24b9b4b55c03daa6cc3f424557ea6a Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort <pochu27@gmail.com> Date: Sat, 27 Feb 2010 16:24:40 +0100 Subject: [PATCH] Add options to change the button labels for an entry https://bugzilla.gnome.org/show_bug.cgi?id=611297 --- src/entry.c | 9 +++++++++ src/option.c | 26 ++++++++++++++++++++++++++ src/zenity.h | 2 ++ 3 files changed, 37 insertions(+), 0 deletions(-)
BTW zenity_option_free() doesn't need to check if values are not null to g_free() them as g_free() is NULL-safe. I can change that if wanted too.
Would be nice if we have this option for the others windows in zenity. Do you want to make a new patch?
Not really, but feel free to take make it on top of my previous one if you want.
Committed on master