Skip to content

Commit

Permalink
Fix update popup dialog not indicate "Notepad++"
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed May 29, 2024
1 parent 338b6e8 commit c3d426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gup.rc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ END
IDD_YESNONEVERDLG DIALOGEX 0, 0, 270, 94
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_TOOLWINDOW | WS_EX_WINDOWEDGE
CAPTION "Update available"
CAPTION "Notepad++ Update Available"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "An update package is available, do you want to download it?",IDC_YESNONEVERMSG,15,15,250,64
Expand Down

0 comments on commit c3d426c

Please sign in to comment.