~ubuntu-branches/ubuntu/saucy/wine1.4/saucy-proposed

« back to all changes in this revision

Viewing changes to programs/wordpad/wordpad.rc

  • Committer: Package Import Robot
  • Author(s): Scott Ritchie
  • Date: 2012-09-05 17:52:55 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120905175255-rfqf16qo5ybmdlj5
Tags: 1.4.1-0ubuntu1
* New upstream release (LP: #1016047)
  - Translation updates.
  - Various bug fixes.
* debian/control: Recommend libasound2-plugins (LP: #978293)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    POPUP "&View"
67
67
    BEGIN
68
68
        MENUITEM "&Toolbar",        ID_TOGGLE_TOOLBAR
69
 
        MENUITEM "&Formatbar",      ID_TOGGLE_FORMATBAR
 
69
        MENUITEM "&Format Bar",     ID_TOGGLE_FORMATBAR
70
70
        MENUITEM "&Ruler",          ID_TOGGLE_RULER
71
 
        MENUITEM "&Statusbar",      ID_TOGGLE_STATUSBAR
 
71
        MENUITEM "&Status Bar",     ID_TOGGLE_STATUSBAR
72
72
        MENUITEM SEPARATOR
73
73
        MENUITEM "&Options...",     ID_VIEWPROPERTIES
74
74
    END
259
259
    RADIOBUTTON "Wrap text by the &margin", IDC_PAGEFMT_WM, 10, 65, 138, 15
260
260
    GROUPBOX "Toolbars", -1, 155, 10, 115, 85
261
261
    CHECKBOX "&Toolbar", IDC_PAGEFMT_TB, 165, 20, 80, 15
262
 
    CHECKBOX "&Formatbar", IDC_PAGEFMT_FB, 165, 38, 80, 15
 
262
    CHECKBOX "&Format Bar", IDC_PAGEFMT_FB, 165, 38, 80, 15
263
263
    CHECKBOX "&Ruler", IDC_PAGEFMT_RU, 165, 56, 80, 15
264
 
    CHECKBOX "&Statusbar", IDC_PAGEFMT_SB, 165, 74, 80, 15
 
264
    CHECKBOX "&Status Bar", IDC_PAGEFMT_SB, 165, 74, 80, 15
265
265
    LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
266
266
END
267
267