~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/windows/identity/ui/aboutwnd.c

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
            SetDlgItemText(hwnd, IDC_PRODUCT,
48
48
                           TEXT(KH_VERSTR_PRODUCT_1033));
 
49
            /* retain the original copyright strings */
 
50
#ifdef OVERRIDE_COPYRIGHT
49
51
            SetDlgItemText(hwnd, IDC_COPYRIGHT,
50
52
                           TEXT(KH_VERSTR_COPYRIGHT_1033));
 
53
#endif
51
54
            SetDlgItemText(hwnd, IDC_BUILDINFO,
52
55
                           TEXT(KH_VERSTR_BUILDINFO_1033));
53
56
 
121
124
        khm_del_dialog(hwnd);
122
125
        return TRUE;
123
126
 
 
127
    case WM_CLOSE:
 
128
        khm_leave_modal();
 
129
        DestroyWindow(hwnd);
 
130
        return TRUE;
 
131
 
124
132
    case WM_COMMAND:
125
133
        if (wParam == MAKEWPARAM(IDOK, BN_CLICKED)) {
126
134
            khm_leave_modal();