Change filetype from .c to .cc in untranslated-text.sh
[geeqie.git] / scripts / untranslated-text.sh
index d8f32cc..a1587c7 100755 (executable)
@@ -9,7 +9,7 @@
 ## and there are some false hits.
 ##
 
-for file in src/*.c src/view-file/*.c
+for file in src/*.cc src/view-file/*.cc
 do
        for search_text in "label" "menu_item_add" "tooltip" "_button" "_text"
        do