remove "view" label

git-svn-id: svn://kolibrios.org@9004 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2021-07-06 07:20:40 +00:00
parent 89cfdd86ac
commit ec6414ab7e

View File

@ -14,7 +14,6 @@
//===================================================//
?define T_COLUMNS_TITLE "# Size Type Contents"
?define T_COLUMN_VIEW "View"
?define DEFAULT_SAVE_PATH "/tmp0/1/clipview.tmp"
char *data_type[] = { "Text", "Image", "RAW", "Unknown" };
@ -119,7 +118,6 @@ void DrawWindowContent()
WriteText(GAP+11, LIST_Y + list.h + 14, 0x90, sc.button_text, "Delete last Delete all Reset lock");
WriteText(GAP+18, LIST_Y - 23, 0x90, sc.work_text, T_COLUMNS_TITLE);
WriteText(GAP+list.w - 70, LIST_Y - 23, 0x90, sc.work_text, T_COLUMN_VIEW);
ClipViewSelectListDraw();
SelectList_DrawBorder();
}