~ubuntu-branches/ubuntu/oneiric/dasher/oneiric

« back to all changes in this revision

Viewing changes to Src/Win32/Dasher.rc

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-23 07:56:20 UTC
  • mfrom: (1.2.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100423075620-qpr1ousiruyxs1fb
Tags: 4.11-1
* New upstream release:
  + debian/control.in:
    - Update build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
BEGIN
133
133
    DEFPUSHBUTTON   "OK",IDOK,185,130,50,14
134
134
    ICON            IDI_DASHER,IDC_MYICON,23,18,20,20
135
 
    LTEXT           "Dasher 4.10.1",IDC_STATIC,67,18,168,10,SS_NOPREFIX
136
 
    LTEXT           "Copyright (C) 1998-2009 The Dasher Project",IDC_STATIC,67,30,168,10
 
135
    LTEXT           "Dasher 4.11",IDC_STATIC,67,18,168,10,SS_NOPREFIX
 
136
    LTEXT           "Copyright (C) 1998-2010 The Dasher Project",IDC_STATIC,67,30,168,10
137
137
    LTEXT           "dasher@inf.phy.cam.ac.uk",IDC_STATIC,67,63,168,10
138
 
    LTEXT           "http://www.dasher.org.uk/",IDC_STATIC,67,53,168,10
 
138
    LTEXT           "http://www.inference.phy.cam.ac.uk/dasher/",IDC_STATIC,67,53,168,10
139
139
    LTEXT           "FAQ: http://www.metafaq.com/faq/dasher/",IDC_STATIC,67,86,168,10
140
140
    LTEXT           "",IDC_STATIC,67,112,168,1,NOT WS_GROUP
141
141
END
431
431
        MENUITEM "&Help Topics",                ID_HELP_CONTENTS
432
432
        MENUITEM SEPARATOR
433
433
        MENUITEM "&About Dasher",               IDM_ABOUT
434
 
        MENUITEM "Game Mode",                   ID_GAMEMODE
 
434
        // MENUITEM "Game Mode",                   ID_GAMEMODE
435
435
    END
436
436
END
437
437
 
462
462
//
463
463
 
464
464
VS_VERSION_INFO VERSIONINFO
465
 
 FILEVERSION 4,10,1,0
466
 
 PRODUCTVERSION 4,10,1,0
 
465
 FILEVERSION 4,11,0,0
 
466
 PRODUCTVERSION 4,11,0,0
467
467
 FILEFLAGSMASK 0x3fL
468
468
#ifdef _DEBUG
469
469
 FILEFLAGS 0x3L
481
481
            VALUE "Comments", "Dasher is an information efficient text-entry system controlled by a pointer. It is licensed under the GPL."
482
482
            VALUE "CompanyName", "Inference Group, Cavendish Laboratory, University of Cambridge"
483
483
            VALUE "FileDescription", "Dasher"
484
 
            VALUE "FileVersion", "4, 10, 0, 0"
 
484
            VALUE "FileVersion", "4, 11, 0, 0"
485
485
            VALUE "InternalName", "Dasher"
486
 
            VALUE "LegalCopyright", "Copyright � 1998-2009 The Dasher Project"
 
486
            VALUE "LegalCopyright", "Copyright � 1998-2010 The Dasher Project"
487
487
            VALUE "OriginalFilename", "dasher.exe"
488
488
            VALUE "ProductName", "Dasher"
489
 
            VALUE "ProductVersion", "4, 10, 0, 0"
 
489
            VALUE "ProductVersion", "4, 11, 0, 0"
490
490
        END
491
491
    END
492
492
    BLOCK "VarFileInfo"