aboutsummaryrefslogtreecommitdiffstats
path: root/po/update.pl
diff options
context:
space:
mode:
Diffstat (limited to 'po/update.pl')
-rwxr-xr-xpo/update.pl18
1 files changed, 9 insertions, 9 deletions
diff --git a/po/update.pl b/po/update.pl
index e7fc4a4253..6727ce7788 100755
--- a/po/update.pl
+++ b/po/update.pl
@@ -220,11 +220,11 @@ sub GenHeaders{
# Find .glade.h files in POTFILES.in and generate
# the files with help from the ui-extract.pl script
#--------------------------------------------------
- elsif ($_=~ /(.*)(\.glade)/o){
- $filename = "../$1.glade";
- $xmlfiles="perl \.\/ui-extract.pl --update $filename";
- system($xmlfiles);
- }
+# elsif ($_=~ /(.*)(\.glade)/o){
+# $filename = "../$1.glade";
+# $xmlfiles="perl \.\/ui-extract.pl --update $filename";
+# system($xmlfiles);
+# }
}
close FILE;
@@ -291,10 +291,10 @@ sub GeneratePot{
# Delete header files coming from glade files
#--------------------------------------------
- elsif ($_=~ /(.*)(\.glade)/o){
- $filename = "../$1.glade.h";
- unlink($filename);
- }
+# elsif ($_=~ /(.*)(\.glade)/o){
+# $filename = "../$1.glade.h";
+# unlink($filename);
+# }
}
close FILE;
}