Changeset 69 in Sophya for trunk/SophyaPI/PI/pimenumac.cc


Ignore:
Timestamp:
Jan 26, 1998, 10:26:15 AM (28 years ago)
Author:
aubourg
Message:

Pour mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pimenumac.cc

    r48 r69  
    4646{
    4747  LStr255 titre(nom);
    48  
     48  if (titre.BeginsWith("-",1))
     49    titre.Insert(" ", 1, 0);
     50  if (sc) {
     51    titre.Append('/');
     52    titre.Append(*sc);
     53  }
    4954  macMenu->InsertCommand(titre, -2000, 1000); // ou cmd_UseMenuItem ???
    5055  mMsgs.push_back(msg);
Note: See TracChangeset for help on using the changeset viewer.