[gimp] app: add the preferred gray profile to the prefs dialog
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: add the preferred gray profile to the prefs dialog
- Date: Mon, 14 Dec 2015 01:14:37 +0000 (UTC)
commit 40280c0862840032fec08241609ad40258d6a6af
Author: Michael Natterer <mitch gimp org>
Date: Mon Dec 14 02:13:51 2015 +0100
app: add the preferred gray profile to the prefs dialog
app/dialogs/preferences-dialog.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c
index 4bd3f32..efecff0 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -1438,7 +1438,7 @@ prefs_dialog_new (Gimp *gimp,
NULL,
&top_iter);
- table = prefs_table_new (10, GTK_CONTAINER (vbox));
+ table = prefs_table_new (11, GTK_CONTAINER (vbox));
{
static const struct
@@ -1451,6 +1451,8 @@ prefs_dialog_new (Gimp *gimp,
{
{ N_("Preferred _RGB profile:"),
N_("Select RGB Color Profile"), "rgb-profile" },
+ { N_("Preferred _GRAY profile:"),
+ N_("Select GRAY Color Profile"), "gray-profile" },
{ N_("_CMYK profile:"),
N_("Select CMYK Color Profile"), "cmyk-profile" },
{ N_("_Monitor profile:"),
@@ -1490,7 +1492,7 @@ prefs_dialog_new (Gimp *gimp,
button, 1, FALSE);
- if (i == 2) /* display profile */
+ if (i == 3) /* display profile */
{
gtk_table_set_row_spacing (GTK_TABLE (table), row - 2, 12);
@@ -1523,7 +1525,7 @@ prefs_dialog_new (Gimp *gimp,
row++;
}
- if (i == 3) /* printer profile */
+ if (i == 4) /* printer profile */
{
prefs_enum_combo_box_add (color_config,
"simulation-rendering-intent", 0, 0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]