Changeset 56 in Sophya


Ignore:
Timestamp:
Sep 19, 1997, 11:25:10 AM (28 years ago)
Author:
ansari
Message:

Erreurs mineures (== au lieu de =) Reza 19/09/97

Location:
trunk/SophyaPI/PI
Files:
3 edited

Legend:

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

    r23 r56  
    2424                            nom, NULL, 0);
    2525
    26 wmis == k_wmi_normal ;
     26wmis = k_wmi_normal ;
    2727stmng = 0;
    2828
  • trunk/SophyaPI/PI/pimenux.cc

    r52 r56  
    4848  XtWdg() = XmCreatePulldownMenu( PIXtTopWdg(), nom, NULL, 0);
    4949
    50 wmis == k_wmi_normal ;
     50wmis = k_wmi_normal ;
    5151stmng = 0;
    5252}
  • trunk/SophyaPI/PI/piwdgx.cc

    r52 r56  
    140140else if (wdgcl == transientShellWidgetClass)  wmis = k_wmi_transient;
    141141else if (wdgcl == overrideShellWidgetClass)  wmis = k_wmi_override;
    142 else wmis == k_wmi_normal ;
     142else wmis = k_wmi_normal ;
    143143
    144144stmng = 0;
Note: See TracChangeset for help on using the changeset viewer.