ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/BindingEditor.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/BindingEditor.pm (file contents):
Revision 1.4 by root, Sun Jul 30 13:16:44 2006 UTC vs.
Revision 1.5 by root, Mon Aug 14 01:21:02 2006 UTC

2 2
3use strict; 3use strict;
4 4
5use CFPlus::UI; 5use CFPlus::UI;
6 6
7our @ISA = CFPlus::UI::FancyFrame::; 7our @ISA = CFPlus::UI::Toplevel::;
8 8
9my @ALLOWED_MODIFIER_KEYS = ( 9my @ALLOWED_MODIFIER_KEYS = (
10 CFPlus::SDLK_LSHIFT, 10 CFPlus::SDLK_LSHIFT,
11 CFPlus::SDLK_LCTRL , 11 CFPlus::SDLK_LCTRL ,
12 CFPlus::SDLK_LALT , 12 CFPlus::SDLK_LALT ,
184 184
185 return if $self->{binder}; 185 return if $self->{binder};
186 186
187 Scalar::Util::weaken $self; 187 Scalar::Util::weaken $self;
188 188
189 $self->{binder} = new CFPlus::UI::FancyFrame 189 $self->{binder} = new CFPlus::UI::Toplevel
190 title => "Bind Action", 190 title => "Bind Action",
191 x => "center", 191 x => "center",
192 y => "center", 192 y => "center",
193 z => 1000, 193 z => 1000,
194 has_close_button => 1, 194 has_close_button => 1,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines