Ticket #1121: showimage.diff
File showimage.diff, 425 bytes (added by , 18 years ago) |
---|
-
ShowImageSettings.cpp
169 169 BPath path; 170 170 uint32 openMode; 171 171 172 st = find_directory(B_ COMMON_SETTINGS_DIRECTORY, &path);172 st = find_directory(B_USER_SETTINGS_DIRECTORY, &path); 173 173 if (st != B_OK) return false; 174 174 175 175 path.Append("ShowImage_settings");