192 "The OpenTTD team (in alphabetical order):", |
192 "The OpenTTD team (in alphabetical order):", |
193 " Bjarni Corfitzen (Bjarni) - MacOSX port, coder", |
193 " Bjarni Corfitzen (Bjarni) - MacOSX port, coder", |
194 " Matthijs Kooijman (blathijs) - Pathfinder-god", |
194 " Matthijs Kooijman (blathijs) - Pathfinder-god", |
195 " Victor Fischer (Celestar) - Programming everywhere you need him to", |
195 " Victor Fischer (Celestar) - Programming everywhere you need him to", |
196 " Tamás Faragó (Darkvater) - Lead coder", |
196 " Tamás Faragó (Darkvater) - Lead coder", |
197 " Kerekes Miham (MiHaMiX) - Translator system, and Nightlies host", |
197 " Attila Bán (MiHaMiX) - WebTranslator, Nightlies, Wiki and bugtracker host", |
198 " Owen Rudge (orudge) - Forum- and masterserver host, OS/2 port", |
198 " Owen Rudge (orudge) - Forum- and masterserver host, OS/2 port", |
199 " Peter Nelson (peter1138) - Spiritual descendant from newgrf gods", |
199 " Peter Nelson (peter1138) - Spiritual descendant from newgrf gods", |
200 " Christoph Mallon (Tron) - Programmer, code correctness police", |
200 " Christoph Mallon (Tron) - Programmer, code correctness police", |
201 " Patric Stout (TrueLight) - Coder, network guru, SVN- and website host", |
201 " Patric Stout (TrueLight) - Coder, network guru, SVN- and website host", |
202 "", |
202 "", |
1063 DeleteWindowById(WC_SAVELOAD, 0); |
1063 DeleteWindowById(WC_SAVELOAD, 0); |
1064 |
1064 |
1065 w = AllocateWindowDesc(&_query_string_desc); |
1065 w = AllocateWindowDesc(&_query_string_desc); |
1066 |
1066 |
1067 GetString(_edit_str_buf, str); |
1067 GetString(_edit_str_buf, str); |
1068 _edit_str_buf[realmaxlen] = '\0'; |
1068 _edit_str_buf[realmaxlen-1] = '\0'; |
1069 |
1069 |
1070 if (maxlen & 0x1000) { |
1070 if (maxlen & 0x1000) { |
1071 WP(w, querystr_d).orig = NULL; |
1071 WP(w, querystr_d).orig = NULL; |
1072 } else { |
1072 } else { |
1073 strcpy(_orig_str_buf, _edit_str_buf); |
1073 strcpy(_orig_str_buf, _edit_str_buf); |