summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CmdDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CmdDlg.cpp')
-rw-r--r--Stars45/CmdDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/CmdDlg.cpp b/Stars45/CmdDlg.cpp
index f51aca4..5ad2b66 100644
--- a/Stars45/CmdDlg.cpp
+++ b/Stars45/CmdDlg.cpp
@@ -141,7 +141,7 @@ CmdDlg::ExecFrame()
if (btn_mode[MODE_INTEL]) {
if (unread > 0) {
char text[64];
- sprintf_s(text, "INTEL (%d)", unread);
+ sprintf_s(text, "INTEL (%d)", unread);
btn_mode[MODE_INTEL]->SetText(text);
}
else {