X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fi18n_hook.h;h=40fd89a2c66cce72ecaed2701c7a47afbbad450d;hb=08f96200aacf9f91ef3e3f5b80224a5b2437f279;hp=106d9d8c4f4edf60657f77b5ad963a467756e8d5;hpb=5869a4b402e16ea735fb6902fe7604ec4d0ec0d4;p=dcpomatic.git diff --git a/src/wx/i18n_hook.h b/src/wx/i18n_hook.h index 106d9d8c4..40fd89a2c 100644 --- a/src/wx/i18n_hook.h +++ b/src/wx/i18n_hook.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2019 Carl Hetherington This file is part of DCP-o-matic. @@ -27,7 +27,7 @@ class I18NHook { public: - I18NHook (wxWindow* window); + I18NHook (wxWindow* window, wxString original); virtual void set_text (wxString text) = 0; virtual wxString get_text () const = 0; @@ -40,6 +40,7 @@ private: void handle (wxMouseEvent &); wxWindow* _window; + wxString _original; static std::map _translations; };