1 |
/* wptAboutDlgs.cpp - GPG and WinPT about dialogs |
/* wptAboutDlgs.cpp - GPG and WinPT about dialogs |
2 |
* Copyright (C) 2000-2004 Timo Schulz |
* Copyright (C) 2000-2005 Timo Schulz |
3 |
* |
* |
4 |
* This file is part of WinPT. |
* This file is part of WinPT. |
5 |
* |
* |
30 |
|
|
31 |
|
|
32 |
static BOOL CALLBACK |
static BOOL CALLBACK |
33 |
about_gpg_dlg_proc( HWND dlg, UINT msg, WPARAM wparam, LPARAM lparam ) |
about_gpg_dlg_proc (HWND dlg, UINT msg, WPARAM wparam, LPARAM lparam) |
34 |
{ |
{ |
35 |
char * gpg_version = NULL; |
char * gpg_version = NULL; |
36 |
gpgme_error_t rc; |
gpgme_error_t rc; |
75 |
switch( msg ) { |
switch( msg ) { |
76 |
case WM_INITDIALOG: |
case WM_INITDIALOG: |
77 |
#ifndef LANG_DE |
#ifndef LANG_DE |
78 |
SetWindowText( dlg, _("About WinPT") ); |
SetWindowText (dlg, _("About WinPT")); |
79 |
SetDlgItemText(dlg, IDC_ABOUT_INFO, |
SetDlgItemText (dlg, IDC_ABOUT_INFO, |
80 |
_("A free open source privacy tray for W32 based on GnuPG.")); |
_("A free open source privacy tray for Windows based on GnuPG.")); |
81 |
SetDlgItemText(dlg, IDC_ABOUT_URL, |
SetDlgItemText (dlg, IDC_ABOUT_URL, |
82 |
_("For more information you can visit the homepage: http://www.winpt.org")); |
_("For more information you can visit the homepage: http://www.winpt.org")); |
83 |
SetDlgItemText(dlg, IDC_ABOUT_BUGS, |
SetDlgItemText (dlg, IDC_ABOUT_BUGS, |
84 |
_("Please report any BUGS or suggestions for WinPT to <[email protected]>")); |
_("Please report any BUGS or suggestions for WinPT to <[email protected]>")); |
85 |
SetDlgItemText(dlg, IDC_ABOUT_GPL1, |
SetDlgItemText (dlg, IDC_ABOUT_GPL1, |
86 |
_("WinPT is free software; you can redistribute it and/or modify it under " |
_("WinPT is free software; you can redistribute it and/or modify it under " |
87 |
"the terms of the GNU General Public License as published by the Free " |
"the terms of the GNU General Public License as published by the Free " |
88 |
"Software Foundation; either Version 2 of the License, or " |
"Software Foundation; either Version 2 of the License, or " |