diff src/preferences.c @ 426:e4a5d61aff1c

show the AdobeRGB profile in the menu, indicate input profile from image
author Vladimir Nadvornik <nadvornik@suse.cz>
date Sat, 19 Apr 2008 17:55:41 +0000
parents 8571030c117a
children 3cc6ee2e3e21
line wrap: on
line diff
--- a/src/preferences.c	Sat Apr 19 17:14:03 2008 +0000
+++ b/src/preferences.c	Sat Apr 19 17:55:41 2008 +0000
@@ -18,6 +18,7 @@
 #include "filelist.h"
 #include "fullscreen.h"
 #include "image.h"
+#include "color-man.h"
 #include "img-view.h"
 #include "layout_config.h"
 #include "layout_util.h"
@@ -1451,7 +1452,7 @@
 		GtkWidget *entry;
 		gchar *buf;
 
-		buf = g_strdup_printf("Input %d:", i + 1);
+		buf = g_strdup_printf("Input %d:", i + COLOR_PROFILE_FILE);
 		pref_table_label(table, 0, i + 1, buf, 1.0);
 		g_free(buf);