igor's ru.po, update msg.txt, get_cursor_over_window tweaks
[goodguy/history.git] / cinelerra-5.1 / guicast / bcresources.inc
index 38e1cba4f51bb3122946de2991d4975183cec215..39c6a1190ec4173d45ca1e7f77f37ae0057ef964 100644 (file)
@@ -26,7 +26,6 @@
 class BC_Resources;
 
 #define TOTAL_ICONS 5
-#define TOTAL_SUFFIXES 11
 #define TOTAL_7SEGMENT 20
 
 // Length of language and region buffer
@@ -40,6 +39,7 @@ class BC_Resources;
 #define ICON_UNKNOWN     1      // Private bitmap
 #define ICON_FILM        2      // Private bitmap
 #define ICON_SOUND       3      // Private bitmap
-#define ICON_COLUMN      4      // Private bitmap
+#define ICON_LABEL       4      // Private bitmap
+#define ICON_COLUMN      5      // Private bitmap
 
 #endif