mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Bugfixes_1006c
This commit is contained in:
commit
386e93e4e4
BIN
res/Run.ico
BIN
res/Run.ico
Binary file not shown.
|
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 4.2 KiB |
@ -320,7 +320,7 @@ INT_PTR CALLBACK RunDlgProc(HWND hwnd,UINT umsg,WPARAM wParam,LPARAM lParam)
|
||||
|
||||
case WM_INITDIALOG:
|
||||
{
|
||||
MakeBitmapButton(hwnd,IDC_SEARCHEXE,g_hInstance,IDB_OPEN);
|
||||
// MakeBitmapButton(hwnd,IDC_SEARCHEXE,g_hInstance,IDB_OPEN);
|
||||
|
||||
SendDlgItemMessage(hwnd,IDC_COMMANDLINE,EM_LIMITTEXT,MAX_PATH - 1,0);
|
||||
SetDlgItemText(hwnd,IDC_COMMANDLINE,(LPCWSTR)lParam);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user