show replay count

This commit is contained in:
zeromus 2008-05-26 21:10:55 +00:00
parent d998a3c015
commit e471ef6f53
3 changed files with 7 additions and 4 deletions

View File

@ -129,7 +129,7 @@ void UpdateReplayDialog(HWND hwndDlg)
SetWindowTextA(GetDlgItem(hwndDlg,IDC_LABEL_LENGTH), tmp); // length SetWindowTextA(GetDlgItem(hwndDlg,IDC_LABEL_LENGTH), tmp); // length
sprintf(tmp, "%lu", info.rerecord_count); sprintf(tmp, "%lu", info.rerecord_count);
//SetWindowTextA(GetDlgItem(hwndDlg,IDC_LABEL_UNDOCOUNT), tmp); // rerecord SetWindowTextA(GetDlgItem(hwndDlg,IDC_LABEL_UNDOCOUNT), tmp); // rerecord
{ {
//// convert utf8 metadata to windows widechar //// convert utf8 metadata to windows widechar

Binary file not shown.

View File

@ -239,6 +239,7 @@
#define BTN_PRESET_EXPORT1 1125 #define BTN_PRESET_EXPORT1 1125
#define BTN_PRESET_EXPORT2 1126 #define BTN_PRESET_EXPORT2 1126
#define BTN_PRESET_EXPORT3 1127 #define BTN_PRESET_EXPORT3 1127
#define IDC_LIST1 1130
#define MENU_NETWORK 40040 #define MENU_NETWORK 40040
#define MENU_PALETTE 40041 #define MENU_PALETTE 40041
#define MENU_SOUND 40042 #define MENU_SOUND 40042
@ -327,6 +328,8 @@
#define ID_FILE_RECENT40118 40118 #define ID_FILE_RECENT40118 40118
#define ID_ACCELERATOR_CTRL_O 40119 #define ID_ACCELERATOR_CTRL_O 40119
#define MENU_LOG_SOUND 40120 #define MENU_LOG_SOUND 40120
#define ID_TOOLS_TASEDIT 40123
#define MENU_TASEDIT 40124
#define MW_ValueLabel2 65423 #define MW_ValueLabel2 65423
#define MW_ValueLabel1 65426 #define MW_ValueLabel1 65426
#define GUI_BOT_DEBUG 65436 #define GUI_BOT_DEBUG 65436
@ -337,9 +340,9 @@
// //
#ifdef APSTUDIO_INVOKED #ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 109 #define _APS_NEXT_RESOURCE_VALUE 110
#define _APS_NEXT_COMMAND_VALUE 40123 #define _APS_NEXT_COMMAND_VALUE 40125
#define _APS_NEXT_CONTROL_VALUE 1130 #define _APS_NEXT_CONTROL_VALUE 1131
#define _APS_NEXT_SYMED_VALUE 101 #define _APS_NEXT_SYMED_VALUE 101
#endif #endif
#endif #endif