win32: Add missing enum value to switch statement

This commit is contained in:
Benjamin Otte 2019-05-21 07:17:44 +02:00
parent 3ace1f5939
commit b36b9323fc

View File

@ -1211,6 +1211,7 @@ dialog_from_print_settings (GtkPrintOperation *op,
switch (print_pages)
{
default:
case GTK_PRINT_PAGES_SELECTION:
case GTK_PRINT_PAGES_ALL:
printdlgex->Flags |= PD_ALLPAGES;
break;