summaryrefslogtreecommitdiff
path: root/frontends/windows/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/about.c')
-rw-r--r--frontends/windows/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/windows/about.c b/frontends/windows/about.c
index 2cd855b55..f73c0c83a 100644
--- a/frontends/windows/about.c
+++ b/frontends/windows/about.c
@@ -141,7 +141,7 @@ nsws_about_event_callback(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
void nsws_about_dialog_init(HINSTANCE hinst, HWND parent)
{
- int ret = DialogBox(hinst, MAKEINTRESOURCE(IDD_DLG_ABOUT), parent,
+ int ret = DialogBox(hinst, MAKEINTRESOURCE(IDD_ABOUT), parent,
nsws_about_event_callback);
if (ret == -1) {
win32_warning(messages_get("NoMemory"), 0);