This commit is contained in:
atotic 1998-06-27 02:47:44 +00:00
Родитель 868db37b2d
Коммит afb360e8c5
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -48,7 +48,7 @@ typedef enum {
// observer related cleanup.
nsImageNotification_kAborted, // Image decode was aborted by either
// the network library or Interrupt().
nsImageNotification_kInternalImage, // Internal image icon.
nsImageNotification_kInternalImage // Internal image icon.
} nsImageNotification;
/// Image group notifications

Просмотреть файл

@ -170,7 +170,7 @@ public:
eColWidthType_Auto = 0, // width based on contents
eColWidthType_Percent = 1, // (float) 1.0 == 100%
eColWidthType_Coord = 2, // (nscoord) value is twips
eColWidthType_Proportional = 3, // (int) value has proportional meaning
eColWidthType_Proportional = 3 // (int) value has proportional meaning
};
private:

Просмотреть файл

@ -170,7 +170,7 @@ public:
eColWidthType_Auto = 0, // width based on contents
eColWidthType_Percent = 1, // (float) 1.0 == 100%
eColWidthType_Coord = 2, // (nscoord) value is twips
eColWidthType_Proportional = 3, // (int) value has proportional meaning
eColWidthType_Proportional = 3 // (int) value has proportional meaning
};
private: