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

Comparing deliantra/Deliantra-Client/DC.pm (file contents):
Revision 1.189 by root, Tue Sep 2 16:50:06 2008 UTC vs.
Revision 1.190 by root, Tue Sep 2 17:08:44 2008 UTC

145 print $msg, "\n"; 145 print $msg, "\n";
146} 146}
147 147
148package DC; 148package DC;
149 149
150our @RC_THEME = ("theme-plain", "."); 150our @RC_THEME = ("theme-blue", ".");
151our $RC_BASE; 151our $RC_BASE;
152 152
153for (grep !ref, @INC) { 153for (grep !ref, @INC) {
154 $RC_BASE = "$_/Deliantra/Client/private/resources"; 154 $RC_BASE = "$_/Deliantra/Client/private/resources";
155 last if -d $RC_BASE; 155 last if -d $RC_BASE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines