https://git.reactos.org/?p=reactos.git;a=commitdiff;h=55e0cab5973de8fce067a…
commit 55e0cab5973de8fce067ae46ebe734537204447f
Author: Timo Kreuzer <timo.kreuzer(a)reactos.org>
AuthorDate: Sat Aug 5 14:58:17 2023 +0300
Commit: Timo Kreuzer <timo.kreuzer(a)reactos.org>
CommitDate: Fri Aug 11 19:00:42 2023 +0300
[SPEC2DEF] Add missing "--version" to help output
---
sdk/tools/spec2def/spec2def.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdk/tools/spec2def/spec2def.c b/sdk/tools/spec2def/spec2def.c
index ee50fe01f35..2ec775cc390 100644
--- a/sdk/tools/spec2def/spec2def.c
+++ b/sdk/tools/spec2def/spec2def.c
@@ -1404,6 +1404,7 @@ void usage(void)
" -s=<file> generate a stub file\n"
" --ms MSVC compatibility\n"
" -n=<name> name of the dll\n"
+ " --version=<version> Sets the version to create exports for\n"
" --implib generate a def file for an import library\n"
" --no-private-warnings suppress warnings about symbols that should be -private\n"
" -a=<arch> set architecture to <arch> (i386, x86_64, arm, arm64)\n"
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a970c50a830773be4968d…
commit a970c50a830773be4968d7c041e336e6311ee307
Author: Stanislav Motylkov <x86corez(a)gmail.com>
AuthorDate: Fri Aug 11 15:52:46 2023 +0300
Commit: Stanislav Motylkov <x86corez(a)gmail.com>
CommitDate: Fri Aug 11 15:52:46 2023 +0300
[MSPAINT] Update Russian (ru-RU) translation
Addendum to ba53f72a87f and e6c23361a12.
---
base/applications/mspaint/lang/ru-RU.rc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/applications/mspaint/lang/ru-RU.rc b/base/applications/mspaint/lang/ru-RU.rc
index 94e187feb63..05bfa15efc9 100644
--- a/base/applications/mspaint/lang/ru-RU.rc
+++ b/base/applications/mspaint/lang/ru-RU.rc
@@ -266,6 +266,6 @@ BEGIN
IDS_PRINTRES "%d x %d точек/см"
IDS_CANTPASTE "Не удалось вставить из буфера обмена. Формат данных либо некорректный, либо не поддерживается."
IDS_SAVEERROR "Не удалось сохранить точечный рисунок в файл:\n\n%s"
- IDS_CANTSENDMAIL "Failed to send a mail."
- IDS_LOSECOLOR "The color information will be lost in this operation. Are you sure to proceed?"
+ IDS_CANTSENDMAIL "Не удалось отправить письмо."
+ IDS_LOSECOLOR "В результате этой операции сведения о цвете будут потеряны. Продолжить?"
END