diff -r beeeb8979e81 -r b6c42e91bb35 src/newgrf_gui.cpp --- a/src/newgrf_gui.cpp Wed Apr 18 17:28:22 2007 +0000 +++ b/src/newgrf_gui.cpp Wed Apr 18 18:00:33 2007 +0000 @@ -296,7 +296,9 @@ /** Callback function for the newgrf 'apply changes' confirmation window - * @param yes_clicked boolean value, true when yes was clicked, false otherwise */ + * @param w Window which is calling this callback + * @param confirmed boolean value, true when yes was clicked, false otherwise + */ static void NewGRFConfirmationCallback(Window *w, bool confirmed) { if (confirmed) {