summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 8e36f8d5a9..162fe30a16 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -8535,7 +8535,7 @@ gui_mch_create_beval_area(
if (mesg != NULL && mesgCB != NULL)
{
- iemsg(_(e_cannot_create_ballooneval_with_both_message_and_callback));
+ iemsg(e_cannot_create_ballooneval_with_both_message_and_callback);
return NULL;
}