Module: tools Branch: master Commit: 8575388b77b1c89208cf8f63439fd1a7420c19da URL: http://source.winehq.org/git/tools.git/?a=commit;h=8575388b77b1c89208cf8f634...
Author: Mikolaj Zalewski mikolajz@tygrys.dom Date: Sat Apr 5 12:09:58 2008 +0200
fix DIALOGEX id
---
php/lib.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/php/lib.php b/php/lib.php index ca463d8..cfca0fb 100644 --- a/php/lib.php +++ b/php/lib.php @@ -133,7 +133,8 @@ function get_resource_name($type, $name) $types[14] = "GROUP_ICON"; $types[16] = "VERSION"; $types[260] = "MENUEX"; - $types[262] = "DIALOGEX"; + $types[261] = "DIALOGEX"; + $types[262] = "USER";
if (is_numeric($name)) $pname = "#".$name;