91 |
case WM_INITDIALOG: |
case WM_INITDIALOG: |
92 |
html_help_init (&cookie); |
html_help_init (&cookie); |
93 |
SetWindowText (dlg, _("About WinPT")); |
SetWindowText (dlg, _("About WinPT")); |
94 |
|
SetDlgItemText (dlg, IDC_ABOUT_GPLINF, _("Warranty")); |
95 |
SetDlgItemText (dlg, IDC_ABOUT_INFO, |
SetDlgItemText (dlg, IDC_ABOUT_INFO, |
96 |
_("A free open source privacy tray for Windows based on GnuPG.")); |
_("A free open source privacy tray for Windows based on GnuPG.")); |
97 |
SetDlgItemText (dlg, IDC_ABOUT_URL, |
SetDlgItemText (dlg, IDC_ABOUT_URL, |