~ubuntu-branches/ubuntu/maverick/indicator-network/maverick

« back to all changes in this revision

Viewing changes to src/pin-dialog.c

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-08-26 10:07:36 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100826100736-4fsdcjwks22kx5jo
Tags: 0.2.11-0ubuntu1
* New upstream release
  - New wireless connect dialog
  - Add i18n and finnish translation
  - Add indicator-network-debug script to make it easier to enable debug logs

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
  self = g_object_new(PIN_DIALOG_TYPE, NULL);
405
405
  priv = PIN_DIALOG_GET_PRIVATE(self);
406
406
 
407
 
  gtk_window_set_title(GTK_WINDOW(self), "Modem PIN query");
 
407
  gtk_window_set_title(GTK_WINDOW(self), _("Modem PIN query"));
408
408
 
409
409
  gtk_dialog_add_buttons(GTK_DIALOG(self),
410
410
                         GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,