diff src/options.h @ 1567:c776b1310ca6

added an option to write image orientation to the metadata
author nadvornik
date Sun, 26 Apr 2009 09:01:35 +0000
parents b5608391f479
children 1a5a3b7ca2cd
line wrap: on
line diff
--- a/src/options.h	Sat Apr 25 22:08:09 2009 +0000
+++ b/src/options.h	Sun Apr 26 09:01:35 2009 +0000
@@ -178,6 +178,7 @@
 		gboolean confirm_on_image_change;
 		gboolean confirm_on_dir_change;
 		gboolean tags_case_sensitive;
+		gboolean write_orientation;
 	} metadata;
 
 };