/[winpt]/trunk/Src/wptKeyManager.cpp
ViewVC logotype

Diff of /trunk/Src/wptKeyManager.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 25 by twoaday, Wed Oct 12 10:04:26 2005 UTC revision 28 by twoaday, Thu Oct 20 12:35:59 2005 UTC
# Line 845  km_complete_status_bar (HWND sb, listvie Line 845  km_complete_status_bar (HWND sb, listvie
845          if (km_check_for_seckey (lv, i, NULL))          if (km_check_for_seckey (lv, i, NULL))
846              nsec++;              nsec++;
847      }      }
848      _snprintf (txt_sec, sizeof (txt_sec)-1, "%d secret keys", nsec);      _snprintf (txt_sec, sizeof (txt_sec)-1, _("%d secret keys"), nsec);
849      _snprintf (txt_pub, sizeof (txt_pub)-1, "%d keys", nkeys);      _snprintf (txt_pub, sizeof (txt_pub)-1, _("%d keys"), nkeys);
850      SendMessage (sb, SB_SETTEXT, 1, (LPARAM)txt_sec);      SendMessage (sb, SB_SETTEXT, 1, (LPARAM)txt_sec);
851      SendMessage (sb, SB_SETTEXT, 2, (LPARAM)txt_pub);      SendMessage (sb, SB_SETTEXT, 2, (LPARAM)txt_pub);
852  } /* km_complete_status_bar */  } /* km_complete_status_bar */
# Line 882  km_find_key (HWND dlg, listview_ctrl_t l Line 882  km_find_key (HWND dlg, listview_ctrl_t l
882  {  {
883      int oldpos = listview_get_curr_pos (lv);      int oldpos = listview_get_curr_pos (lv);
884      int n;      int n;
885      char *name = get_input_dialog (dlg, "Search", "Search for:");      char *name = get_input_dialog (dlg, _("Search"), _("Search for:"));
886      if (name == NULL)      if (name == NULL)
887          return;          return;
888      if (oldpos < 0)      if (oldpos < 0)

Legend:
Removed from v.25  
changed lines
  Added in v.28

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26