gnome-commander r2323 - branches/gcmd-1-3/src



Author: epiotr
Date: Thu Nov 27 23:10:14 2008
New Revision: 2323
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2323&view=rev

Log:
Typo

Modified:
   branches/gcmd-1-3/src/gnome-cmd-data.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-data.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-data.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-data.cc	Thu Nov 27 23:10:14 2008
@@ -1377,7 +1377,7 @@
         p.name = "CamelCase";
         p.template_string = "$N";
         p.regexes.push_back(AdvrenameConfig::Profile::Regex("\\s*\\b(\\w)(\\w*)\\b", "\\u\\1\\L\\2\\E", FALSE));
-        p.regexes.push_back(AdvrenameConfig::Profile::Regex("\\.(.+)$", "\\L\\1", FALSE));
+        p.regexes.push_back(AdvrenameConfig::Profile::Regex("\\.(.+)$", ".\\L\\1", FALSE));
 
         advrename_defaults.profiles.push_back(p);
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]