On Fri Jul 19 19:56:37 2024 +0000, Dmitry Timoshkov wrote:
Control psh1 has string"Replace" in the Find&Replace dialog. Since you are fixing the bug in Print dialog it's either psh2 ("Properties" in new style dialog) or psh1 ("Setup" in old style dialog).
I found the old print dialog in the .rc, you mean this part right? ```PUSHBUTTON "&Setup", psh1, 206, 46, 56, 14, WS_GROUP | WS_TABSTOP``` Is this even still in use? I couldn't find any reference to it.