summaryrefslogtreecommitdiff
path: root/src/utils/glxhelper.cpp
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2014-10-23 18:50:19 +0300
committerAlige <aligetmw@hotmail.fr>2014-10-23 19:40:06 +0300
commita6094d662636e67b1515ad21e186041d8cf4cf26 (patch)
treefb43edb9c4b7c78e1dcfaf6bb733d384de214048 /src/utils/glxhelper.cpp
parentad2b88808e5beb50505ae10f52d0dca780378d0c (diff)
downloadplus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.gz
plus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.bz2
plus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.xz
plus-a6094d662636e67b1515ad21e186041d8cf4cf26.zip
Changed all the "cant" by "can't", and fixed few sentences to translate.
Diffstat (limited to 'src/utils/glxhelper.cpp')
-rw-r--r--src/utils/glxhelper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/glxhelper.cpp b/src/utils/glxhelper.cpp
index a5fbbb596..3ec3375d1 100644
--- a/src/utils/glxhelper.cpp
+++ b/src/utils/glxhelper.cpp
@@ -52,14 +52,14 @@ void *GlxHelper::createContext(const unsigned long window,
|| isGLNull(mglXCreateContextAttribs)
|| isGLNull(mglXChooseFBConfig))
{
- logger->log("Cant change context, functions in driver "
+ logger->log("Can't change context, functions in driver "
"not implimented");
XSetErrorHandler(handler);
return context;
}
if (!context)
{
- logger->log("Cant change context, because current "
+ logger->log("Can't change context, because current "
"context not created");
XSetErrorHandler(handler);
return context;