From 8e7d9de974dac00e43d86b4c195d03d577476da0 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Mon, 30 Jul 2012 16:23:02 -0400 Subject: [PATCH] Fix warning caption "Leash"->"MIT Kerberos" Signed-off-by: Kevin Wasserman (cherry picked from commit cc904ef3ffc69827fc8aa2ed3b50d3c3cb00beef) ticket: 7325 status: resolved --- src/windows/leash/Leash.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/leash/Leash.rc b/src/windows/leash/Leash.rc index 9d01945902..4c3aaf9379 100644 --- a/src/windows/leash/Leash.rc +++ b/src/windows/leash/Leash.rc @@ -249,7 +249,7 @@ END IDD_LEASH_MESSAGE_BOX DIALOG 0, 0, 257, 60 STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_CAPTION -CAPTION "Leash Warning" +CAPTION "MIT Kerberos Warning" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "OK",IDOK,104,42,50,14 -- 2.47.2