fix for Aelia, fix button text overflow in WebView Download manager

git-svn-id: svn://kolibrios.org@6217 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2016-02-13 20:07:07 +00:00
parent 2c3c9a032a
commit edd6206b90
2 changed files with 3 additions and 3 deletions

View File

@ -61,10 +61,10 @@ dword CursorFile = FROM "pointer.cur";
#include "favicon.h"
#include "ini.h"
#include "tag.h"
#include "gui.h"
#include "label.h"
#include "link.h"
#include "tag.h"
#include "prepare_page.h"
//#include "special_symbols.h"

View File

@ -1,7 +1,7 @@
#ifdef LANG_RUS
#define DL_WINDOW_HEADER "Œ¥­¥¤¦¥à § £à㧮ª"
#define START_DOWNLOADING "<22> ç âì § ª çªã"
#define STOP_DOWNLOADING "<EFBFBD>陋◢碪 嶊删芍<E588A0>"
#define STOP_DOWNLOADING "Žáâ ­®¢¨âì"
#define SHOW_IN_FOLDER "<22>®ª § âì ¢ ¯ ¯ª¥"
#define OPEN_FILE "Žâªàëâì ä ©«"
#define FILE_SAVED_AS "'Œ¥­¥¤¦¥à § £à㧮ª\n” ©« á®åà ­¥­ ª ª "
@ -112,7 +112,7 @@ void DL_Draw_Window()
DeleteButton(306);
if (downloader.state == STATE_NOT_STARTED) || (downloader.state == STATE_COMPLETED)
{
DrawCaptButton(cleft, 50, 130, 27, 301, system.color.work_button, system.color.work_button_text, START_DOWNLOADING);
DrawCaptButton(cleft, 50, 140, 27, 301, system.color.work_button, system.color.work_button_text, START_DOWNLOADING);
}
if (downloader.state == STATE_IN_PROGRESS)
{