| Previous | 199869 Revisions | Next |
| r34223 Tuesday 6th January, 2015 at 15:45:12 UTC by Fabio Priuli |
|---|
| (MESS) ui: don't ask confirmation when leaving the image creation menu as if a new file was being created. nw. |
| [src/emu/ui] | filesel.c |
| r242734 | r242735 | |
|---|---|---|
| 328 | 328 | reset(UI_MENU_RESET_REMEMBER_POSITION); |
| 329 | 329 | } |
| 330 | 330 | break; |
| 331 | ||
| 332 | case IPT_UI_CANCEL: | |
| 333 | ui_menu::stack_pop(machine()); | |
| 334 | break; | |
| 331 | 335 | } |
| 332 | 336 | } |
| 333 | 337 | } |
| https://github.com/mamedev/mame/commit/224878c426f5fd406f57a517adabe26a4492764e |
| Previous | 199869 Revisions | Next |