Changeset - r2128:cec3fd10da21
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-07-19 20:43:53
darkvater@openttd.org
(svn r2638) - Fix: Unable to delete savegames. Deleting TTDLX savegames is still broken as it was always broken, but since they don't even show up; we might as well call it a feature.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
misc_gui.c
Show inline comments
 
@@ -1292,7 +1292,7 @@ static void SaveLoadDlgWndProc(Window *w
 
					DeleteWindow(w);
 
				} else {
 
					// SLD_SAVE_GAME, SLD_SAVE_SCENARIO copy clicked name to editbox
 
					ttd_strlcpy(WP(w, querystr_d).text.buf, file->title, WP(w, querystr_d).text.maxlength);
 
					ttd_strlcpy(WP(w, querystr_d).text.buf, file->name, WP(w, querystr_d).text.maxlength);
 
					UpdateTextBufferSize(&WP(w, querystr_d).text);
 
					InvalidateWidget(w, 9);
 
				}
0 comments (0 inline, 0 general)