Skip to content

Commit

Permalink
Fix dxglcfg combobox
Browse files Browse the repository at this point in the history
git-svn-id: https://www.williamfeely.info/svn/dxgl@247 8a90861a-4eca-46d5-b744-240ff16d0c4d
  • Loading branch information
dxgldotorg committed Aug 27, 2012
1 parent 483f1dd commit 9838c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dxglcfg/dxglcfg.rc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ FONT 8, "Ms Shell Dlg 2"
LTEXT "Texture format", IDC_STATIC, 196, 170, 50, 8, SS_LEFT
COMBOBOX IDC_TEXTUREFORMAT, 196, 180, 101, 30, CBS_DROPDOWNLIST | CBS_HASSTRINGS
LTEXT "Texture access method", IDC_STATIC, 300, 170, 76, 8, SS_LEFT
COMBOBOX IDC_TEXUPLOAD, 299, 180, 100, 30, CBS_DROPDOWN | CBS_HASSTRINGS
COMBOBOX IDC_TEXUPLOAD, 299, 180, 100, 30, CBS_DROPDOWNLIST | CBS_HASSTRINGS
}


Expand Down

0 comments on commit 9838c00

Please sign in to comment.