diff options
author | Alige <aligetmw@hotmail.fr> | 2014-10-23 18:50:19 +0300 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2014-10-23 19:40:06 +0300 |
commit | a6094d662636e67b1515ad21e186041d8cf4cf26 (patch) | |
tree | fb43edb9c4b7c78e1dcfaf6bb733d384de214048 /src/utils/glxhelper.cpp | |
parent | ad2b88808e5beb50505ae10f52d0dca780378d0c (diff) | |
download | plus-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.cpp | 4 |
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; |