mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-02 23:59:53 -04:00
[loc] update the processing of version numbers
* Now only use major.minor for version references * Drop the use of LOC_FRAMEWORK_VERSION. We'll use custom handling if we ever need a framework change. * Also update/fix some of the UI elements for persistent partition * Also reposition the language selection menu when we don't have a large number of them
This commit is contained in:
parent
1014b8008d
commit
f9275e4780
6 changed files with 57 additions and 40 deletions
|
@ -32,10 +32,6 @@
|
|||
#define LOC_RIGHT_TO_LEFT 0x00000001
|
||||
#define LOC_NEEDS_UPDATE 0x00000002
|
||||
|
||||
// The [v]ersion major from a translation must match this number or
|
||||
// the translation will be ignored
|
||||
#define LOC_FRAMEWORK_VERSION 1
|
||||
|
||||
#define MSG_RTF 0x10000000
|
||||
#define MSG_MASK 0x0FFFFFFF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue