From 79bee04258627d0c976b90e40c815a3bc8881303 Mon Sep 17 00:00:00 2001 From: Serhii Sakhno Date: Sun, 13 Sep 2015 18:42:28 +0000 Subject: [PATCH] small fix git-svn-id: svn://kolibrios.org@5828 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/cmm/eolite/include/progress_dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/cmm/eolite/include/progress_dialog.h b/programs/cmm/eolite/include/progress_dialog.h index e40455d70f..40550e530c 100644 --- a/programs/cmm/eolite/include/progress_dialog.h +++ b/programs/cmm/eolite/include/progress_dialog.h @@ -54,5 +54,5 @@ void Operation_Draw_Progress(dword copying_filename) { progressbar_draw stdcall (#copy_bar); progressbar_progress stdcall (#copy_bar); //copy_bar.value++; - pause(50); + //pause(50); } \ No newline at end of file