X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinpgnt.c;h=828747dac62a83bdb391f616d53c934bc510f730;hb=d23c0972cd850c77871f9a314e0520d7023c8b62;hp=29882842fc3b60ffaeeaab34e0a20f1ec2c4b874;hpb=53ff0ffd55dcefbdc8ddd7a4a4090e5925b95dd5;p=PuTTY.git diff --git a/windows/winpgnt.c b/windows/winpgnt.c index 29882842..828747da 100644 --- a/windows/winpgnt.c +++ b/windows/winpgnt.c @@ -372,8 +372,6 @@ static void keylist_update(void) (LPARAM) listentry); sfree(listentry); } - SendDlgItemMessage(keylist, 100, LB_ADDSTRING, 0, - (LPARAM)"0\t1\t2\t3\t4\t5\t6\t7\t8\t9\t10"); SendDlgItemMessage(keylist, 100, LB_SETCURSEL, (WPARAM) - 1, 0); } }