aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2007-01-05 16:10:56 (GMT)
committersimonb <simonb>2007-01-05 16:10:56 (GMT)
commit64fcedda00205f0c0b9464967f06322d4c7afa91 (patch)
tree4b0bbde89c7d1b11e16059632e8dd8eaba99b039 /src/ClockTool.hh
parentfcc756c052c91eb582b459684017e10898322eed (diff)
downloadfluxbox-64fcedda00205f0c0b9464967f06322d4c7afa91.zip
fluxbox-64fcedda00205f0c0b9464967f06322d4c7afa91.tar.bz2
use LC_TIME for interpreting clock locale.
Fix something likely to break locales on BSDs and things without nl_langinfo
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r--src/ClockTool.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh
index d55bf5f..7e29bd5 100644
--- a/src/ClockTool.hh
+++ b/src/ClockTool.hh
@@ -32,6 +32,7 @@
32#include "FbTk/Observer.hh" 32#include "FbTk/Observer.hh"
33#include "FbTk/Resource.hh" 33#include "FbTk/Resource.hh"
34#include "FbTk/Timer.hh" 34#include "FbTk/Timer.hh"
35#include "FbTk/FbString.hh"
35 36
36#include <string> 37#include <string>
37 38
@@ -83,6 +84,7 @@ private:
83 84
84 FbTk::Resource<std::string> m_timeformat; 85 FbTk::Resource<std::string> m_timeformat;
85 86
87 FbTk::StringConvertor m_stringconvertor;
86}; 88};
87 89
88#endif // CLOCKTOOL_HH 90#endif // CLOCKTOOL_HH