mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
X11: Fix selection error nomenclature
[ci skip]
This commit is contained in:
+1
-1
@@ -1055,7 +1055,7 @@ static const char* getSelectionString(Atom selection)
|
|||||||
if (!*selectionString)
|
if (!*selectionString)
|
||||||
{
|
{
|
||||||
_glfwInputError(GLFW_FORMAT_UNAVAILABLE,
|
_glfwInputError(GLFW_FORMAT_UNAVAILABLE,
|
||||||
"X11: Failed to convert clipboard to string");
|
"X11: Failed to convert selection to string");
|
||||||
}
|
}
|
||||||
|
|
||||||
return *selectionString;
|
return *selectionString;
|
||||||
|
|||||||
Reference in New Issue
Block a user