mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
filechoosernativewin32: Add missing break statement
This commit is contained in:
parent
c593f86ac6
commit
90870194ff
@ -707,6 +707,7 @@ translate_mnemonics (const char *src)
|
||||
case '&':
|
||||
/* Win32 needs ampersands escaped */
|
||||
g_string_append (s, "&&");
|
||||
break;
|
||||
default:
|
||||
g_string_append_c (s, c);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user