| 16116:bccaa68c86ad | 16117:dbded756c05d |
|---|---|
| 37 #endif | 37 #endif |
| 38 | 38 |
| 39 /** | 39 /** |
| 40 * Our UI's identifier. | 40 * Our UI's identifier. |
| 41 */ | 41 */ |
| 42 #define PIDGIN_UI "pidgin" | 42 /* leave this as gtk-gaim until we have a decent way to migrate UI-prefs */ |
| 43 #define PIDGIN_UI "gtk-gaim" | |
| 43 | 44 |
| 44 #ifndef _WIN32 | 45 #ifndef _WIN32 |
| 45 # define PIDGIN_ALERT_TITLE "" | 46 # define PIDGIN_ALERT_TITLE "" |
| 46 #else | 47 #else |
| 47 # define PIDGIN_ALERT_TITLE PIDGIN_NAME | 48 # define PIDGIN_ALERT_TITLE PIDGIN_NAME |