Subversion Repositories Kolibri OS

Rev

Rev 7275 | Rev 7359 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7275 Rev 7358
Line 17... Line 17...
17
#include "../lib/patterns/rgb.h"
17
#include "../lib/patterns/rgb.h"
18
#include "../lib/patterns/libimg_load_skin.h"
18
#include "../lib/patterns/libimg_load_skin.h"
Line 19... Line 19...
19
 
19
 
Line -... Line 20...
-
 
20
#include "colors_mas.h"
-
 
21
 
20
#include "colors_mas.h"
22
#include "lang.h--"
21
 
23
 
22
//===================================================//
24
//===================================================//
23
//                                                   //
25
//                                                   //
24
//                       DATA                        //
26
//                       DATA                        //
Line -... Line 27...
-
 
27
//                                                   //
-
 
28
//===================================================//
-
 
29
 
-
 
30
#ifdef LANG_RUS
-
 
31
#define T_NOTIFY_OPEN "'IconEdit
-
 
32
‚ ¤ ­­ë© ¬®¬¥­â IconEdit ¬®¦¥â ®âªà뢠âì ⮫쪮 ¨ª®­ª¨, ᮧ¤ ­­ë¥ ¢ á ¬®¬ । ªâ®à¥.
-
 
33
…᫨ ­ã¦­® ®âªàëâì ¤à㣮¥ ¨§®¡à ¦¥­¨¥, ¢®á¯®«ì§ã©â¥áì ¨­áâà㬥­â®¬ <”®â® ¯¯ à â>
-
 
34
¤«ï § å¢ â  ª à⨭ª¨ á íªà ­ .' -Wt"
-
 
35
#else
-
 
36
#define T_NOTIFY_OPEN "'IconEdit
-
 
37
You can open only files created in IconEdit for now!
-
 
38
In other case please use  tool to get an image from screen.' -Wt"
25
//                                                   //
39
#endif
Line 26... Line 40...
26
//===================================================//
40
 
27
 
41
 
28
#define T_TITLE "Icon Editor 0.56 Alpha"
42
#define T_TITLE "Icon Editor 0.56 Alpha"
Line 239... Line 253...
239
			{
253
			{
240
				case BTN_NEW:
254
				case BTN_NEW:
241
					EventCreateNewIcon();
255
					EventCreateNewIcon();
242
					break;
256
					break;
243
				case BTN_OPEN:
257
				case BTN_OPEN:
-
 
258
					notify(T_NOTIFY_OPEN);
244
					RunProgram("/sys/lod", sprintf(#param, "*png* %s",#program_path));
259
					RunProgram("/sys/lod", sprintf(#param, "*png* %s",#program_path));
245
					break;
260
					break;
246
				case BTN_SAVE:
261
				case BTN_SAVE:
247
					EventSaveIconToFile();
262
					EventSaveIconToFile();
248
					break;
263
					break;