annotate kdiff3/po/bg/CMakeLists.txt @ 91:fa1a49fc1ec1

Fix crash on start if word wrap is on, and fix for storing utf-8 without BOM.
author joachim99
date Tue, 06 Jan 2009 22:31:57 +0000
parents 5d7e91c44e6d
children
rev   line source
joachim99@81 1 file(GLOB _po_files *.po)
joachim99@81 2 GETTEXT_PROCESS_PO_FILES(bg ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )