]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/encode_bitmaps.py
updated message catalogs from sources and translated the rest of Czech messages
[wxWidgets.git] / wxPython / demo / encode_bitmaps.py
index b4845b7f0e484cc10648cfd7d1036454e7a8ed4b..31e09bb9a24f40533e26126b67468a5390d95f85 100644 (file)
@@ -48,6 +48,15 @@ command_lines = [
 
     "-a -n GridBG bmp_source/GridBG.gif images.py",
 
+    "-a -n SmallUpArrow  -m #0000FF bmp_source/sm_up.bmp images.py",
+    "-a -n SmallDnArrow  -m #0000FF bmp_source/sm_down.bmp images.py",
+
+    "-a -n Folder1 -m #FFFFFF bmp_source/folder1.bmp images.py",
+    "-a -n Folder2 -m #FFFFFF bmp_source/folder2.bmp images.py",
+    "-a -n Folder3 -m #FFFFFF bmp_source/folder3.bmp images.py",
+    "-a -n File1   -m #FFFFFF bmp_source/file1.bmp   images.py",
+    "-a -n File2   -m #FFFFFF bmp_source/file2.bmp   images.py",
+
     ]