Author: akv Date: 2010-06-05 00:15:39 +0200 (Sat, 05 Jun 2010) New Revision: 3420
Modified: trunk/librawstudio/conf_interface.h Log: Added conf defines for Picasa client. Modified: trunk/librawstudio/conf_interface.h =================================================================== --- trunk/librawstudio/conf_interface.h 2010-06-04 22:14:45 UTC (rev 3419) +++ trunk/librawstudio/conf_interface.h 2010-06-04 22:15:39 UTC (rev 3420) @@ -71,6 +71,9 @@ #define CONF_MAIN_WINDOW_POS_X "main_window_pos_x" #define CONF_MAIN_WINDOW_POS_Y "main_window_pos_y" #define CONF_MAIN_WINDOW_MAXIMIZED "main_window_maximized" +#define CONF_PICASA_CLIENT_AUTH_TOKEN "picasa_client_auth_token" +#define CONF_PICASA_CLIENT_USERNAME "picasa_client_username" +#define CONF_PICASA_CLIENT_ALBUM_ID "picasa_client_album_id" #define DEFAULT_CONF_EXPORT_FILENAME "%f_%2c" #define DEFAULT_CONF_BATCH_DIRECTORY "batch_exports/" _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
