Code

copyright: Updated for version 1.3.7.
[pkg-rrdtool.git] / intltool-extract.in
index 0d7c4ffffb7c6848a3a5a8e4fa9a2310058ab86f..ae393ac66428f9618a149c1c97c5735abeb58bc6 100644 (file)
@@ -32,7 +32,7 @@
 ## Release information
 my $PROGRAM      = "intltool-extract";
 my $PACKAGE      = "intltool";
-my $VERSION      = "0.37.0";
+my $VERSION      = "0.37.1";
 
 ## Loaded modules
 use strict; 
@@ -764,7 +764,7 @@ sub type_glade {
     }
 
     ## handle new glade files
-    while ($input =~ /<(property|atkproperty)\s+[^>]*translatable\s*=\s*"yes"(?:\s+[^>]*comments\s*=\s*"([^"]*)")?[^>]*>([^<]+)<\/\1>/sg) {
+    while ($input =~ /<(property|atkproperty|col)\s+[^>]*translatable\s*=\s*"yes"(?:\s+[^>]*comments\s*=\s*"([^"]*)")?[^>]*>([^<]+)<\/\1>/sg) {
        $messages{entity_decode($3)} = [] unless $3 =~ /^(window|label)[0-9]+$/;
         if (defined($2) and !($3 =~ /^(window|label)[0-9]+$/)) {
           $comments{entity_decode($3)} = entity_decode($2) ;