| 1390 } |
1390 } |
| 1391 else if (!strcmp(web_browser, "custom")) |
1391 else if (!strcmp(web_browser, "custom")) |
| 1392 { |
1392 { |
| 1393 const char *web_command; |
1393 const char *web_command; |
| 1394 |
1394 |
| 1395 web_command = purple_prefs_get_string(PIDGIN_PREFS_ROOT "/browsers/command"); |
1395 web_command = purple_prefs_get_string(PIDGIN_PREFS_ROOT "/browsers/manual_command"); |
| 1396 |
1396 |
| 1397 if (web_command == NULL || *web_command == '\0') |
1397 if (web_command == NULL || *web_command == '\0') |
| 1398 { |
1398 { |
| 1399 purple_notify_error(NULL, NULL, _("Unable to open URL"), |
1399 purple_notify_error(NULL, NULL, _("Unable to open URL"), |
| 1400 _("The 'Manual' browser command has been " |
1400 _("The 'Manual' browser command has been " |