Ignore:
Timestamp:
Mar 30, 2011, 6:18:19 AM (13 years ago)
Author:
Sam Habiel
Message:

Oh Boy! More fixes...
strings.resx and strings.resx.ar: AppoinmentRoutingSlip identifier and name in strings changed to AppointmentReminderSlip
Printing: Corresponding change.
CGView: Appointment Order to be passed to routing slip was wrong if there were more than one resource open.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/strings.Designer.cs

    r1119 r1126  
    8989       
    9090        /// <summary>
    91         ///   Looks up a localized string similar to Appointment Routing Slip.
    92         /// </summary>
    93         internal static string ApptRoutingSlip {
    94             get {
    95                 return ResourceManager.GetString("ApptRoutingSlip", resourceCulture);
     91        ///   Looks up a localized string similar to Appointment Reminder Slip.
     92        /// </summary>
     93        internal static string ApptReminderSlip {
     94            get {
     95                return ResourceManager.GetString("ApptReminderSlip", resourceCulture);
    9696            }
    9797        }
Note: See TracChangeset for help on using the changeset viewer.