UI: Disk to Disc Spelling Change

Identifiers for icons representing optical drives should use 'disc', not 'disk'.

Differential Revision: https://developer.blender.org/D6166

Reviewed by Julian Eisel
This commit is contained in:
Harley Acheson 2019-11-01 09:02:50 -07:00
parent f5b09ae034
commit 88833170f2
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit acfe2a22e07046564cc5788388c2404486c76fe9
Subproject commit 854b986732d643e696973175e480c15594bc4780

View File

@ -857,7 +857,7 @@ DEF_ICON(SCRIPTPLUGINS)
DEF_ICON_BLANK(855)
DEF_ICON_BLANK(856)
DEF_ICON_BLANK(857)
DEF_ICON(DISK)
DEF_ICON(DISC)
DEF_ICON(DESKTOP)
DEF_ICON(EXTERNAL_DRIVE)
DEF_ICON(NETWORK_DRIVE)

View File

@ -338,7 +338,7 @@ enum {
enum {
SPECIAL_IMG_DOCUMENT = 0,
SPECIAL_IMG_DRIVE_DISK = 1,
SPECIAL_IMG_DRIVE_DISC = 1,
SPECIAL_IMG_FOLDER = 2,
SPECIAL_IMG_PARENT = 3,
SPECIAL_IMG_DRIVE_FIXED = 4,