[gthumb/ext] rename "enhance" as "white balance"
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] rename "enhance" as "white balance"
- Date: Fri, 11 Sep 2009 20:17:56 +0000 (UTC)
commit 2ef86f9ed144678441f2eb60a08242588a25f47e
Author: Paolo Bacchilega <paobac src gnome org>
Date: Fri Sep 11 12:44:08 2009 +0200
rename "enhance" as "white balance"
extensions/file_tools/gth-file-tool-enhance.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/extensions/file_tools/gth-file-tool-enhance.c b/extensions/file_tools/gth-file-tool-enhance.c
index a29a610..3147af3 100644
--- a/extensions/file_tools/gth-file-tool-enhance.c
+++ b/extensions/file_tools/gth-file-tool-enhance.c
@@ -269,7 +269,8 @@ gth_file_tool_enhance_update_sensitivity (GthFileTool *base)
static void
gth_file_tool_enhance_instance_init (GthFileToolEnhance *self)
{
- gth_file_tool_construct (GTH_FILE_TOOL (self), GTK_STOCK_EDIT /* FIXME GTH_STOCK_ENHANCE */, _("Enhance"), _("Enhance"));
+ gth_file_tool_construct (GTH_FILE_TOOL (self), GTK_STOCK_EDIT /* FIXME GTH_STOCK_ENHANCE */, _("White Balance"), NULL);
+ gtk_widget_set_tooltip_text (GTK_WIDGET (self), _("Automatic white balance correction"));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]