History log of /reactos/base/applications/utilman/umandlg/lang/ru-RU.rc (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 32f80b59 20-May-2023 Jose Carlos Jesus <zecarlos1957@hotmail.com>

[UTILMAN] Fix content order in IDC_LISTBOX (#5289)

OSK et Magnify are mixed at initialization (language dependent),
LBS_STANDARD includes LBS_SORT style that changes the content in the listbox.

[UTILMAN] Fix content order in IDC_LISTBOX (#5289)

OSK et Magnify are mixed at initialization (language dependent),
LBS_STANDARD includes LBS_SORT style that changes the content in the listbox.

Patch by KRosUser.

CORE-18274

show more ...


# eef0b745 20-May-2023 Stanislav Motylkov <x86corez@gmail.com>

[UTILMAN] Fix resource file headers. No code changes.

Addendum to 636f2e32.


# 5d81de7d 30-Mar-2022 Oleg Dubinskiy <oleg.dubinskij30@gmail.com>

[REACTOS] Update email in all my copyrights (#4415)


Change it to Gmail, because Yandex disabled ua domain, which was used in my previous email.


Revision tags: 0.4.14-release
# bbabe248 12-Sep-2021 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[FORMATTING][TRANSLATION] Remove trailing whitespace. Addendum to 34593d93.

Excluded: 3rd-party code (incl. wine).


# 2c804322 07-May-2020 George Bișoc <fraizeraust99@gmail.com>

[UTILMAN] Use the ShellAboutW API routine to display the about dialog (#2743)

In addition to that, add the missing function prototypes in the DLL dialog header of Utilman, add missing IN/OUT annotat

[UTILMAN] Use the ShellAboutW API routine to display the about dialog (#2743)

In addition to that, add the missing function prototypes in the DLL dialog header of Utilman, add missing IN/OUT annotations and remove CheckUtilityState() prototype which is barely used (it's not implemented either).

show more ...


Revision tags: 0.4.15-dev, 0.4.14-RC
# 975d417b 17-Apr-2020 Bișoc George <fraizeraust99@gmail.com>

[UTILMAN] Move most of the code in a library (#2530)

Windows XP and Server 2003 Utility Manager has a dedicated library for the resources and other stuff. Utility Manager is just a simple process th

[UTILMAN] Move most of the code in a library (#2530)

Windows XP and Server 2003 Utility Manager has a dedicated library for the resources and other stuff. Utility Manager is just a simple process that loads it. Hence create a library for the program, UManDlg.dll, and move the resources and other stuff there.

In addition to that, use ExtractIconW to get the icon resource from the program (the DLL doesn't share icons by default) and remove the icon resource from the "About" dialog window. Also change the encoding type of other translation files to UTF-8 (which were previously set with UTF-8 with BOM).

show more ...