summaryrefslogtreecommitdiff
path: root/src/FbTk/StringUtil.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2009-06-28 17:54:55 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2009-06-28 17:54:55 (GMT)
commit9f59ce18a21c8544d996235787ff1d7a6557153d (patch)
tree6776329ae5a33e757a2e31df89d2aac3da82d772 /src/FbTk/StringUtil.cc
parent5f9f2475b72e977fa96214e368c34c588b265888 (diff)
downloadfluxbox_lack-9f59ce18a21c8544d996235787ff1d7a6557153d.zip
fluxbox_lack-9f59ce18a21c8544d996235787ff1d7a6557153d.tar.bz2
change default toolbar tools to:
prevworkspace, workspacename, nextworkspace, iconbar, systemtray, clock
Diffstat (limited to 'src/FbTk/StringUtil.cc')
-rw-r--r--src/FbTk/StringUtil.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/StringUtil.cc b/src/FbTk/StringUtil.cc
index 7c8f91c..18e000e 100644
--- a/src/FbTk/StringUtil.cc
+++ b/src/FbTk/StringUtil.cc
@@ -63,7 +63,7 @@ namespace StringUtil {
63/** 63/**
64 Tries to find a string in another and 64 Tries to find a string in another and
65 ignoring the case of the characters 65 ignoring the case of the characters
66 Returns 0 on success else pointer to str. 66 Returns 0 on failure else pointer to str.
67*/ 67*/
68const char *strcasestr(const char *str, const char *ptn) { 68const char *strcasestr(const char *str, const char *ptn) {
69 const char *s2, *p2; 69 const char *s2, *p2;