Fixed win_stbar.c warning reported by lemondrops and committed the icons.
This commit is contained in:
BIN
src/win/icons/cartridge.ico
Normal file
BIN
src/win/icons/cartridge.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
src/win/icons/cartridge_empty.ico
Normal file
BIN
src/win/icons/cartridge_empty.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@@ -208,8 +208,6 @@ StatusBarCreateCartridgeTip(int part)
|
||||
WCHAR fn[512];
|
||||
int drive = sb_part_meanings[part] & 0xf;
|
||||
|
||||
int type = zip_drives[drive].is_250 ? 250 : 100;
|
||||
|
||||
if (strlen(cart_fns[drive]) == 0) {
|
||||
_swprintf(tempTip, plat_get_string(IDS_2150),
|
||||
drive+1, plat_get_string(IDS_2057));
|
||||
|
Reference in New Issue
Block a user