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

Diff of /trunk/Src/wptKeyEditDlgs.cpp

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

revision 166 by twoaday, Tue Jan 24 10:10:15 2006 UTC revision 167 by twoaday, Thu Jan 26 10:17:17 2006 UTC
# Line 325  keyedit_addphoto_dlg_proc (HWND dlg, UIN Line 325  keyedit_addphoto_dlg_proc (HWND dlg, UIN
325    
326          case IDC_ADDPHOTO_SELFILE:          case IDC_ADDPHOTO_SELFILE:
327              s = get_fileopen_dlg (dlg, _("Select Image File"),              s = get_fileopen_dlg (dlg, _("Select Image File"),
328                                    _("JPEG Files (*.jpg, *.jpeg)\0*.jpg;*.jpeg\0\0"),                                    "JPEG Files (*.jpg, *.jpeg)\0*.jpg;*.jpeg\0\0",
329                                    NULL);                                    NULL);
330              if (s && !is_jpg_file (s)) {              if (s && !is_jpg_file (s)) {
331                  log_box (_("Add Photo"), MB_ERR,                  log_box (_("Add Photo"), MB_ERR,

Legend:
Removed from v.166  
changed lines
  Added in v.167

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26