mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 12:14:33 -04:00
[misc] add a cheat mode to disable file indexing after format
* New cheat mode is Alt-Q, and gets preserved between sessions * Only for file systems that support it (NTFS, UDF and ReFS)
This commit is contained in:
parent
d9a928f5bc
commit
5d3be6ca51
7 changed files with 50 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Rufus: The Reliable USB Formatting Utility
|
||||
* Localization tables - autogenerated from resource.h
|
||||
* Copyright © 2013-2015 Pete Batard <pete@akeo.ie>
|
||||
* Copyright © 2013-2016 Pete Batard <pete@akeo.ie>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -399,6 +399,16 @@ const loc_control_id control_id[] = {
|
|||
LOC_CTRL(MSG_287),
|
||||
LOC_CTRL(MSG_288),
|
||||
LOC_CTRL(MSG_289),
|
||||
LOC_CTRL(MSG_290),
|
||||
LOC_CTRL(MSG_291),
|
||||
LOC_CTRL(MSG_292),
|
||||
LOC_CTRL(MSG_293),
|
||||
LOC_CTRL(MSG_294),
|
||||
LOC_CTRL(MSG_295),
|
||||
LOC_CTRL(MSG_296),
|
||||
LOC_CTRL(MSG_297),
|
||||
LOC_CTRL(MSG_298),
|
||||
LOC_CTRL(MSG_299),
|
||||
LOC_CTRL(MSG_MAX),
|
||||
LOC_CTRL(IDOK),
|
||||
LOC_CTRL(IDCANCEL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue