31:cdf056680894 | 32:107e51521b1e |
---|---|
347 | 347 |
348 @param key the key of the setting to be set (string) | 348 @param key the key of the setting to be set (string) |
349 @param value the value to be set | 349 @param value the value to be set |
350 @param prefClass preferences class used as the storage area | 350 @param prefClass preferences class used as the storage area |
351 """ | 351 """ |
352 Preferences.Prefs.settings.setValue("Pyramid/" + key, value) | 352 Preferences.Prefs.settings.setValue(self.PreferencesKey + "/" + key, value) |