We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edc6ab commit 219804cCopy full SHA for 219804c
include/text.h
@@ -20,7 +20,7 @@ constexpr auto UNHOOK = u8"Unhook";
20
constexpr auto REMOVE_HOOK = u8"Which hook to remove?";
21
constexpr auto SELECT_EXTENSION = u8"Select Extension";
22
constexpr auto EXTENSIONS = u8"Extensions (*.dll)";
23
-constexpr auto ABOUT = L"Textractor beta v3.4.0 by Artikash\r\n"
+constexpr auto ABOUT = L"Textractor beta v3.4.1 by Artikash\r\n"
24
"Source code and more information available under GPLv3 at https://github.com/Artikash/Textractor";
25
constexpr auto TOO_MANY_THREADS = L"Textractor: ERROR: too many text threads: can't create more";
26
constexpr auto ALREADY_INJECTED = L"Textractor: ERROR: already injected";
0 commit comments