resources/resources.rs
changeset 11206 e349c4e5f1a3
parent 10100 b8604d10f7c9
child 11207 cf2b27673037
--- a/resources/resources.rs	Thu Oct 09 20:53:58 2008 +0200
+++ b/resources/resources.rs	Fri Oct 10 13:15:33 2008 +0200
@@ -1,7 +1,7 @@
 #encoding ascii
 
 ;
-; $Header: /cvs/stx/stx/libbasic/resources/resources.rs,v 1.4 2006-10-19 16:13:13 cg Exp $
+; $Header: /cvs/stx/stx/libbasic/resources/resources.rs,v 1.5 2008-10-10 11:15:33 cg Exp $
 ;
 
 #if Language == #af
@@ -12,6 +12,10 @@
 # include 'ar.rs'
 #endif
 
+#if Language == #cz
+# include 'cz.rs'
+#endif
+
 #if Language == #da
 # include 'da.rs'
 #endif