PDA

View Full Version : FIX: Second position text size for 1933 rom's.


ausdim
23-10-2007, 05:14 PM
Sorry to open a new thread for that but in all the new rom's (1933) we have this problem.

The Second position text size in settings/system-Screen is the same like third (Default).

So somebody report the problem to me and i found the solution.

Cookers must change the d0b41563-b345-4444-aa15-986e7c7fff99.rgu in OS folder
for this:
[HKEY_LOCAL_MACHINE\System\GDI\V1\FontAlias]
"Tahoma:-9"="Tahoma:13"
"Tahoma:-11"="Tahoma:13"
"Arial:-14"="Tahoma:-12"
"MS Sans Serif:-13"="Tahoma:-9"
"Tahoma:16"="Tahoma:-13"
"version"=dword:9000c

To this:
[HKEY_LOCAL_MACHINE\SYSTEM\GDI\V1\FontAlias]
"version"=dword:2000c
"MS Sans Serif:-13"="Tahoma:-9"
"Arial:-14"="Tahoma:-12"

Also i make a cab for that.

Thank's

ervius
23-10-2007, 05:30 PM
Sorry to open a new thread for that but in all the new rom's (1933) we have this problem.

The Second position text size in settings/system-Screen is the same like third (Default).

So somebody report the problem to me and i found the solution.

Cookers must change the d0b41563-b345-4444-aa15-986e7c7fff99.rgu in OS folder
for this:
[HKEY_LOCAL_MACHINE\System\GDI\V1\FontAlias]
"Tahoma:-9"="Tahoma:13"
"Tahoma:-11"="Tahoma:13"
"Arial:-14"="Tahoma:-12"
"MS Sans Serif:-13"="Tahoma:-9"
"Tahoma:16"="Tahoma:-13"
"version"=dword:9000c

To this:
[HKEY_LOCAL_MACHINE\SYSTEM\GDI\V1\FontAlias]
"version"=dword:2000c
"MS Sans Serif:-13"="Tahoma:-9"
"Arial:-14"="Tahoma:-12"

Also i make a cab for that.

Thank's

yeahh, this is a workgroup! thanks...

udK
23-10-2007, 05:32 PM
Thanks ausdim!