Added file filter for BiaCV files
[biacv.git] / biacv_lang.py
index cbac4ac..c9cf4e4 100644 (file)
@@ -17,4 +17,6 @@ ABOUT_TITLE = "About BiaCV"
 ABOUT_TEXT = """BiaCV - A resume creator/editor
 
 Copyright 2011 V.Harishankar <hari@harishankar.net>.
-Licensed under the GNU GPL v3."""
\ No newline at end of file
+Licensed under the GNU GPL v3."""
+
+BIACV_FILE_FILTER = "BiaCV document(*.biacv);;All files(*.*)"
\ No newline at end of file