Changeset 19 for psi/trunk/src/psi_profiles.cpp
- Timestamp:
- 09/05/06 01:31:01 (2 years ago)
- Files:
-
- 1 modified
-
psi/trunk/src/psi_profiles.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/src/psi_profiles.cpp
r2 r19 310 310 void UserProfile::reset() 311 311 { 312 bool nix, win, mac ;313 nix = win = mac = FALSE;312 bool nix, win, mac, os2; 313 nix = win = mac = os2 = FALSE; 314 314 315 315 #ifdef Q_WS_X11 … … 321 321 #ifdef Q_WS_MAC 322 322 mac = TRUE; 323 #endif 324 #ifdef Q_WS_PM 325 os2 = TRUE; 323 326 #endif 324 327
