(a/A)utomaticaly -> (a/A)utomatically
Change-Id: Ice4327bdb8e5a14ef082f013fa513b2267f0fbf3
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
appropriate clipboard formats
|
appropriate clipboard formats
|
||||||
- if the transferable contains text data always text and unicodetext
|
- if the transferable contains text data always text and unicodetext
|
||||||
will be offered or vice versa
|
will be offered or vice versa
|
||||||
- text data will be automaticaly converted between text und unicode text
|
- text data will be automatically converted between text und unicode text
|
||||||
- although the transferable may support text in different charsets
|
- although the transferable may support text in different charsets
|
||||||
(codepages) only text in one codepage can be offered by the clipboard
|
(codepages) only text in one codepage can be offered by the clipboard
|
||||||
|
|
||||||
|
@@ -50,7 +50,7 @@ class EnumFormatEtc;
|
|||||||
appropriate clipboard formats
|
appropriate clipboard formats
|
||||||
- if the transferable contains text data always text and unicodetext
|
- if the transferable contains text data always text and unicodetext
|
||||||
will be offered or vice versa
|
will be offered or vice versa
|
||||||
- text data will be automaticaly converted between text und unicode text
|
- text data will be automatically converted between text und unicode text
|
||||||
- although the transferable may support text in different charsets
|
- although the transferable may support text in different charsets
|
||||||
(codepages) only text in one codepage can be offered by the clipboard
|
(codepages) only text in one codepage can be offered by the clipboard
|
||||||
|
|
||||||
|
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
The interface is very simple but necessary for our
|
The interface is very simple but necessary for our
|
||||||
needs.
|
needs.
|
||||||
The window automaticaly calculates the necessary
|
The window automatically calculates the necessary
|
||||||
dimensions of the window and a appropriate show
|
dimensions of the window and a appropriate show
|
||||||
position based on the position the client provides.
|
position based on the position the client provides.
|
||||||
When the user click any mouse button or hits any key
|
When the user click any mouse button or hits any key
|
||||||
|
@@ -368,7 +368,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
// declare the static variables as some gcc versions have problems declaring them automaticaly
|
// declare the static variables as some gcc versions have problems declaring them automatically
|
||||||
bool OGLTransitionerImpl::cbBrokenTexturesATI;
|
bool OGLTransitionerImpl::cbBrokenTexturesATI;
|
||||||
float OGLTransitionerImpl::cnGLVersion;
|
float OGLTransitionerImpl::cnGLVersion;
|
||||||
bool OGLTransitionerImpl::cbMesa;
|
bool OGLTransitionerImpl::cbMesa;
|
||||||
|
@@ -285,7 +285,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
// declare the static variables as some gcc versions have problems declaring them automaticaly
|
// declare the static variables as some gcc versions have problems declaring them automatically
|
||||||
/**/
|
/**/
|
||||||
bool OGLTransitionerImpl::cbBrokenTexturesATI;
|
bool OGLTransitionerImpl::cbBrokenTexturesATI;
|
||||||
|
|
||||||
|
@@ -297,7 +297,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
// declare the static variables as some gcc versions have problems declaring them automaticaly
|
// declare the static variables as some gcc versions have problems declaring them automatically
|
||||||
bool OGLTransitionerImpl::cbBrokenTexturesATI;
|
bool OGLTransitionerImpl::cbBrokenTexturesATI;
|
||||||
float OGLTransitionerImpl::cnGLVersion;
|
float OGLTransitionerImpl::cnGLVersion;
|
||||||
bool OGLTransitionerImpl::cbMesa;
|
bool OGLTransitionerImpl::cbMesa;
|
||||||
|
Reference in New Issue
Block a user