Display long version name in help screen with small_c font
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2716 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 4a14c3162c7b8ca2294f2bc3cf9ed26c584e71b0 Former-commit-id: 44b88d37eb6953f8382a90f9b2060973984a7fc7
This commit is contained in:
parent
d769f9d5ac
commit
779473d3b0
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ GfuiHelpScreen(void *prevScreen)
|
|||
|
||||
// Create version label.
|
||||
const int versionId = CreateLabelControl(scrHandle, menuXMLDescHdle, "versionlabel");
|
||||
GfuiLabelSetText(scrHandle, versionId, VERSION);
|
||||
GfuiLabelSetText(scrHandle, versionId, VERSION_LONG);
|
||||
|
||||
// Close menu XML descriptor.
|
||||
GfParmReleaseHandle(menuXMLDescHdle);
|
||||
|
|
Loading…
Reference in a new issue