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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090331003715-mzclchtl0dp7fcl0
Tags: upstream-2.1.dfsg
ImportĀ upstreamĀ versionĀ 2.1.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
    { "--" },
96
96
    { N_("Drive #8 floppy disk type"),
97
97
      NULL, NULL, set_drive0_type_submenu },
98
 
    { N_("*Drive #8 40-track image support"),
 
98
    { N_("Drive #8 40-track image support"),
99
99
      (ui_callback_t)uidrive_extend_policy_control, (ui_callback_data_t)0,
100
100
      set_drive0_extend_image_policy_submenu },
101
101
    { "--" },
102
102
    { N_("Drive #9 floppy disk type"),
103
103
      NULL, NULL, set_drive1_type_submenu },
104
 
    { N_("*Drive #9 40-track image support"),
 
104
    { N_("Drive #9 40-track image support"),
105
105
      (ui_callback_t)uidrive_extend_policy_control, (ui_callback_data_t)1,
106
106
      set_drive1_extend_image_policy_submenu },
107
107
    { "--" },
108
108
    { N_("Drive #10 floppy disk type"),
109
109
      NULL, NULL, set_drive2_type_submenu },
110
 
    { N_("*Drive #10 40-track image support"),
 
110
    { N_("Drive #10 40-track image support"),
111
111
      (ui_callback_t)uidrive_extend_policy_control, (ui_callback_data_t)2,
112
112
      set_drive2_extend_image_policy_submenu },
113
113
    { "--" },
114
114
    { N_("Drive #11 floppy disk type"),
115
115
      NULL, NULL, set_drive3_type_submenu },
116
 
    { N_("*Drive #11 40-track image support"),
 
116
    { N_("Drive #11 40-track image support"),
117
117
      (ui_callback_t)uidrive_extend_policy_control, (ui_callback_data_t)3,
118
118
      set_drive3_extend_image_policy_submenu },
119
119
    { NULL }