forked from KolibriOS/kolibrios
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:
parent
2c3c9a032a
commit
edd6206b90
@ -61,10 +61,10 @@ dword CursorFile = FROM "pointer.cur";
|
|||||||
|
|
||||||
#include "favicon.h"
|
#include "favicon.h"
|
||||||
#include "ini.h"
|
#include "ini.h"
|
||||||
#include "tag.h"
|
|
||||||
#include "gui.h"
|
#include "gui.h"
|
||||||
#include "label.h"
|
#include "label.h"
|
||||||
#include "link.h"
|
#include "link.h"
|
||||||
|
#include "tag.h"
|
||||||
#include "prepare_page.h"
|
#include "prepare_page.h"
|
||||||
//#include "special_symbols.h"
|
//#include "special_symbols.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifdef LANG_RUS
|
#ifdef LANG_RUS
|
||||||
#define DL_WINDOW_HEADER "Œ¥¥¤¦¥à § £à㧮ª"
|
#define DL_WINDOW_HEADER "Œ¥¥¤¦¥à § £à㧮ª"
|
||||||
#define START_DOWNLOADING "<22> ç âì § ª çªã"
|
#define START_DOWNLOADING "<22> ç âì § ª çªã"
|
||||||
#define STOP_DOWNLOADING "墰<EFBFBD>陋◢碪 嶊删芍<E588A0>言"
|
#define STOP_DOWNLOADING "Žáâ ®¢¨âì"
|
||||||
#define SHOW_IN_FOLDER "<22>®ª § âì ¢ ¯ ¯ª¥"
|
#define SHOW_IN_FOLDER "<22>®ª § âì ¢ ¯ ¯ª¥"
|
||||||
#define OPEN_FILE "Žâªàëâì ä ©«"
|
#define OPEN_FILE "Žâªàëâì ä ©«"
|
||||||
#define FILE_SAVED_AS "'Œ¥¥¤¦¥à § £à㧮ª\n” ©« á®åà ¥ ª ª "
|
#define FILE_SAVED_AS "'Œ¥¥¤¦¥à § £à㧮ª\n” ©« á®åà ¥ ª ª "
|
||||||
@ -112,7 +112,7 @@ void DL_Draw_Window()
|
|||||||
DeleteButton(306);
|
DeleteButton(306);
|
||||||
if (downloader.state == STATE_NOT_STARTED) || (downloader.state == STATE_COMPLETED)
|
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)
|
if (downloader.state == STATE_IN_PROGRESS)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user