diff options
| author | Cracker64 <cracker642@gmail.com> | 2010-12-13 01:13:05 (GMT) |
|---|---|---|
| committer | Cracker64 <cracker642@gmail.com> | 2010-12-13 01:13:05 (GMT) |
| commit | 23f828135a21831adeb5511eb59b6dd2105baf27 (patch) | |
| tree | 6b5c0c5f09b174d9a2d36c558457890aae64c4d1 /src/interface.c | |
| parent | af72702434b11a57576ffbafb9112201c092dbae (diff) | |
| download | powder-23f828135a21831adeb5511eb59b6dd2105baf27.zip powder-23f828135a21831adeb5511eb59b6dd2105baf27.tar.gz | |
updated with icons, and some more fixes.
Diffstat (limited to 'src/interface.c')
| -rw-r--r-- | src/interface.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/interface.c b/src/interface.c index af679d8..1052a22 100644 --- a/src/interface.c +++ b/src/interface.c @@ -555,10 +555,11 @@ void draw_svf_ui(pixel *vid_buf) drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\x00", 100, 150, 255, 255); break; case CM_CRACK: - drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\x00", 100, 150, 255, 255); + drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xD4", 255, 55, 55, 255); + drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xD5", 55, 255, 55, 255); break; case CM_GRAD: - drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\x00", 100, 150, 255, 255); + drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xD3", 255, 50, 255, 255); break; } drawrect(vid_buf, XRES-32+BARSIZE/*478*/, YRES+(MENUSIZE-16), 14, 14, 255, 255, 255, 255); @@ -2321,7 +2322,7 @@ int search_ui(pixel *vid_buf) lasttime = TIMEOUT; } - if(b && !bq && dp!=-1 && search_fav!=0) + if(b && !bq && dp!=-1 && search_fav==0) if(confirm_ui(vid_buf, "Do you want to delete?", search_names[dp], "Delete")) { execute_delete(vid_buf, search_ids[dp]); |
