From 153722df7dfb7c79f77157d6c0600fabc87a53c5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Fri, 20 Jan 2006 20:51:41 +0000 Subject: - split exif page to two page for tags and marker nodes --- exif.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'exif.h') diff --git a/exif.h b/exif.h index 1f494a6..3048225 100644 --- a/exif.h +++ b/exif.h @@ -30,7 +30,9 @@ class cImageMenuExif : public cOsdMenu { - std::string m_strText; + bool m_bDisplayTags; + std::string m_strTextTag; + std::string m_strTextMarker; protected: virtual void Display(void); public: -- cgit v1.2.3