reactos/dll/shellext
Joachim Henze a6341b49d8
[NETSHELL] 640x480-ify complete that module (#6109)
Addendum to (#5899)

The change in sk-SK.rc
IDD_NETPROPERTIES DIALOGEX 0, 0, 246, 246
to
IDD_NETPROPERTIES DIALOGEX 0, 0, 246, 216
is an addendum to (#5899). In sk-SK.rc that line was accidentally forgotten to be changed.

The change to "all" rc's:
IDD_STATUS DIALOGEX 0, 0, 200, 280
to
IDD_STATUS DIALOGEX 0, 0, 200, 180
changes the last dialog, that had a greater value here than 220 (which is the max we can use for 640x480-ability).
I decided to use 180 for 2 reasons:
1.) bg-BG.rc already used IDD_STATUS DIALOGEX 0, 0, 200, 180 here, so we can sync all langs to that.
2.) We have some dialogs nearby which do use that same dimension for all langs, e.g.:
IDD_LAN_NETSTATUS DIALOGEX 0, 0, 200, 180
IDD_LAN_NETSTATUSADVANCED DIALOGEX 0, 0, 200, 180
2023-12-03 21:35:57 +00:00
..
acppage [ACPPAGE] Add Japanese (ja-JP) translation 2023-11-19 20:29:56 +09:00
cryptext [CRYPTEXT] Add Japanese (ja-JP) translation 2023-11-19 20:34:39 +09:00
deskadp [DESKADP] Add Japanese (ja-JP) translation 2023-11-19 20:39:30 +09:00
deskmon [DESKMON] Add Japanese (ja-JP) translation 2023-11-19 20:17:25 +09:00
devcpux [DEVCPUX] Add Japanese (ja-JP) translation 2023-11-19 20:44:25 +09:00
fontext [SHELL32][SHELLEXT] IEnumIDList::Next must handle pceltFetched and memory errors correctly (#5820) 2023-11-13 16:31:37 +01:00
mydocs
netplwiz [NETPLWIZ] Add Japanese (ja-JP) translation 2023-11-19 20:12:17 +09:00
netshell [NETSHELL] 640x480-ify complete that module (#6109) 2023-12-03 21:35:57 +00:00
ntobjshex
sendmail
shellbtrfs [PSDK][SHELLBTRFS] Get rid of FILE_INFO_BY_HANDLE_CLASS.MaximumFileInfoByHandlesClass (#6003) 2023-11-19 19:42:18 +01:00
stobject [STOBJECT] Update Russian (ru-RU) translation 2023-12-03 23:56:07 +03:00
zipfldr [ZIPFLDR] Fix off-by-one count error during enumeration (#6040) 2023-11-26 13:41:02 +01:00
CMakeLists.txt