~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/arch/unix/gui/uiprinteriec.c

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.1.7 upstream) (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090331003715-i5yisvcfv7mgz3eh
Tags: 2.1.dfsg-1
* New major upstream release (closes: #495937).
* Add desktop files (closes: #501181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
      NULL, NULL, uiprinter_pr4_device_submenu },
50
50
    { N_("IEC printer #4 formfeed"),
51
51
      (ui_callback_t)uiprinter_formfeed, (ui_callback_data_t)0, NULL, 
52
 
      XK_4, UI_HOTMOD_META },
 
52
      KEYSYM_4, UI_HOTMOD_META },
53
53
    { "--" },
54
54
    { N_("*IEC printer #5 emulation"),
55
55
      NULL, NULL, uiprinter_set_printer5_type_submenu },
61
61
      NULL, NULL, uiprinter_pr5_device_submenu },
62
62
    { N_("IEC printer #5 formfeed"),
63
63
      (ui_callback_t)uiprinter_formfeed, (ui_callback_data_t)1, NULL,
64
 
      XK_5, UI_HOTMOD_META },
 
64
      KEYSYM_5, UI_HOTMOD_META },
65
65
    { "--" },
66
66
    { N_("*Userport printer emulation"),
67
67
      (ui_callback_t)toggle_PrinterUserport, NULL, NULL },