summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/kdm_dialog.h')
-rw-r--r--src/wx/kdm_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h
index 3ec21b41d..0f7840045 100644
--- a/src/wx/kdm_dialog.h
+++ b/src/wx/kdm_dialog.h
@@ -39,9 +39,9 @@ public:
KDMDialog (wxWindow *, boost::shared_ptr<const Film>);
std::list<boost::shared_ptr<Screen> > screens () const;
- /** @return KDM from time in local time */
+ /** @return KDM from time in local time; note that ptime has no time zone information */
boost::posix_time::ptime from () const;
- /** @return KDM until time in local time */
+ /** @return KDM until time in local time; note that ptime has no time zone information */
boost::posix_time::ptime until () const;
boost::filesystem::path cpl () const;