diff Lib/IMPL/Resources/Strings.pm @ 50:521c9c1a3ea1

:q
author wizard@linux-odin.local
date Sat, 27 Feb 2010 16:28:45 +0300
parents 16ada169ca75
children f47f93534005
line wrap: on
line diff
--- a/Lib/IMPL/Resources/Strings.pm	Fri Feb 26 10:49:21 2010 +0300
+++ b/Lib/IMPL/Resources/Strings.pm	Sat Feb 27 16:28:45 2010 +0300
@@ -35,12 +35,12 @@
     
     
     
-    my $stringsStorage = findResource(@Locations,$Base,$Locale,)
+    my $stringsStorage = findResource($class,@ways);
     
 }
 
 sub findResource {
-    my (@locations,$file,%options) = @_;
+    my ($class,$refWays) = @_;
     
     
 }