show file on 'no' action

master
Allen Webster 2016-05-30 21:32:01 -04:00
parent 6835f271cf
commit 22dc134db3
1 changed files with 2 additions and 0 deletions

View File

@ -3251,6 +3251,7 @@ interactive_view_complete(System_Functions *system, View *view, String dest, i32
break;
case 1:
view_show_file(view);
break;
case 2:
@ -3267,6 +3268,7 @@ interactive_view_complete(System_Functions *system, View *view, String dest, i32
break;
case 1:
view_show_file(view);
break;
case 2: