author | cniehaus <cniehaus> | 2002-08-31 18:47:56 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-08-31 18:47:56 (UTC) |
commit | a6102be62cdbb8836c5c9a73ba64d62dbd821776 (patch) (unidiff) | |
tree | efab74971c9bbc60eaa5010f4fdd26e0f6123d5a | |
parent | ea0ae116b36f1aa01c15036afd5fdae71e5dbe60 (diff) | |
download | opie-a6102be62cdbb8836c5c9a73ba64d62dbd821776.zip opie-a6102be62cdbb8836c5c9a73ba64d62dbd821776.tar.gz opie-a6102be62cdbb8836c5c9a73ba64d62dbd821776.tar.bz2 |
fixes 2 typos (Kuwait und Kirgisien)
-rw-r--r-- | core/pim/addressbook/contacteditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp index d419142..39bd63c 100644 --- a/core/pim/addressbook/contacteditor.cpp +++ b/core/pim/addressbook/contacteditor.cpp | |||
@@ -432,258 +432,258 @@ void ContactEditor::init() { | |||
432 | gl->addWidget( l, 3, 0 ); | 432 | gl->addWidget( l, 3, 0 ); |
433 | txtPOBox = new QLineEdit( container ); | 433 | txtPOBox = new QLineEdit( container ); |
434 | gl->addMultiCellWidget( txtPOBox, 3, 3, 1, 2 ); | 434 | gl->addMultiCellWidget( txtPOBox, 3, 3, 1, 2 ); |
435 | */ | 435 | */ |
436 | l = new QLabel( tr( "City" ), container ); | 436 | l = new QLabel( tr( "City" ), container ); |
437 | gl->addWidget( l, 2, 0 ); | 437 | gl->addWidget( l, 2, 0 ); |
438 | txtCity = new QLineEdit( container ); | 438 | txtCity = new QLineEdit( container ); |
439 | gl->addMultiCellWidget( txtCity, 2, 2, 1, 2 ); | 439 | gl->addMultiCellWidget( txtCity, 2, 2, 1, 2 ); |
440 | 440 | ||
441 | l = new QLabel( tr( "State" ), container ); | 441 | l = new QLabel( tr( "State" ), container ); |
442 | gl->addWidget( l, 3, 0 ); | 442 | gl->addWidget( l, 3, 0 ); |
443 | txtState = new QLineEdit( container ); | 443 | txtState = new QLineEdit( container ); |
444 | gl->addMultiCellWidget( txtState, 3, 3, 1, 2 ); | 444 | gl->addMultiCellWidget( txtState, 3, 3, 1, 2 ); |
445 | 445 | ||
446 | l = new QLabel( tr( "Zip Code" ), container ); | 446 | l = new QLabel( tr( "Zip Code" ), container ); |
447 | gl->addWidget( l, 4, 0 ); | 447 | gl->addWidget( l, 4, 0 ); |
448 | txtZip = new QLineEdit( container ); | 448 | txtZip = new QLineEdit( container ); |
449 | gl->addMultiCellWidget( txtZip, 4, 4, 1, 2 ); | 449 | gl->addMultiCellWidget( txtZip, 4, 4, 1, 2 ); |
450 | 450 | ||
451 | l = new QLabel( tr( "Country" ), container ); | 451 | l = new QLabel( tr( "Country" ), container ); |
452 | gl->addWidget( l, 5, 0 ); | 452 | gl->addWidget( l, 5, 0 ); |
453 | cmbCountry = new QComboBox( TRUE, container ); | 453 | cmbCountry = new QComboBox( TRUE, container ); |
454 | cmbCountry->insertItem( tr( "" ) ); | 454 | cmbCountry->insertItem( tr( "" ) ); |
455 | cmbCountry->insertItem( tr ( "United States" ) ); | 455 | cmbCountry->insertItem( tr ( "United States" ) ); |
456 | cmbCountry->insertItem( tr ( "United Kingdom" ) ); | 456 | cmbCountry->insertItem( tr ( "United Kingdom" ) ); |
457 | cmbCountry->insertItem( tr ( "Afganistan" ) ); | 457 | cmbCountry->insertItem( tr ( "Afganistan" ) ); |
458 | cmbCountry->insertItem( tr ( "Albania" ) ); | 458 | cmbCountry->insertItem( tr ( "Albania" ) ); |
459 | cmbCountry->insertItem( tr ( "Algeria" ) ); | 459 | cmbCountry->insertItem( tr ( "Algeria" ) ); |
460 | cmbCountry->insertItem( tr ( "American Samoa" ) ); | 460 | cmbCountry->insertItem( tr ( "American Samoa" ) ); |
461 | cmbCountry->insertItem( tr ( "Andorra" ) ); | 461 | cmbCountry->insertItem( tr ( "Andorra" ) ); |
462 | cmbCountry->insertItem( tr ( "Angola" ) ); | 462 | cmbCountry->insertItem( tr ( "Angola" ) ); |
463 | cmbCountry->insertItem( tr ( "Anguilla" ) ); | 463 | cmbCountry->insertItem( tr ( "Anguilla" ) ); |
464 | cmbCountry->insertItem( tr ( "Antartica" ) ); | 464 | cmbCountry->insertItem( tr ( "Antartica" ) ); |
465 | cmbCountry->insertItem( tr ( "Argentina" ) ); | 465 | cmbCountry->insertItem( tr ( "Argentina" ) ); |
466 | cmbCountry->insertItem( tr ( "Armania" ) ); | 466 | cmbCountry->insertItem( tr ( "Armania" ) ); |
467 | cmbCountry->insertItem( tr ( "Aruba" ) ); | 467 | cmbCountry->insertItem( tr ( "Aruba" ) ); |
468 | cmbCountry->insertItem( tr ( "Australia" ) ); | 468 | cmbCountry->insertItem( tr ( "Australia" ) ); |
469 | cmbCountry->insertItem( tr ( "Austria" ) ); | 469 | cmbCountry->insertItem( tr ( "Austria" ) ); |
470 | cmbCountry->insertItem( tr ( "Azerbaijan" ) ); | 470 | cmbCountry->insertItem( tr ( "Azerbaijan" ) ); |
471 | cmbCountry->insertItem( tr ( "Bahamas" ) ); | 471 | cmbCountry->insertItem( tr ( "Bahamas" ) ); |
472 | cmbCountry->insertItem( tr ( "Bahrain" ) ); | 472 | cmbCountry->insertItem( tr ( "Bahrain" ) ); |
473 | cmbCountry->insertItem( tr ( "Bangladesh" ) ); | 473 | cmbCountry->insertItem( tr ( "Bangladesh" ) ); |
474 | cmbCountry->insertItem( tr ( "Barbados" ) ); | 474 | cmbCountry->insertItem( tr ( "Barbados" ) ); |
475 | cmbCountry->insertItem( tr ( "Belarus" ) ); | 475 | cmbCountry->insertItem( tr ( "Belarus" ) ); |
476 | cmbCountry->insertItem( tr ( "Belgium" ) ); | 476 | cmbCountry->insertItem( tr ( "Belgium" ) ); |
477 | cmbCountry->insertItem( tr ( "Belize" ) ); | 477 | cmbCountry->insertItem( tr ( "Belize" ) ); |
478 | cmbCountry->insertItem( tr ( "Benin" ) ); | 478 | cmbCountry->insertItem( tr ( "Benin" ) ); |
479 | cmbCountry->insertItem( tr ( "Bermuda" ) ); | 479 | cmbCountry->insertItem( tr ( "Bermuda" ) ); |
480 | cmbCountry->insertItem( tr ( "Bhutan" ) ); | 480 | cmbCountry->insertItem( tr ( "Bhutan" ) ); |
481 | cmbCountry->insertItem( tr ( "Boliva" ) ); | 481 | cmbCountry->insertItem( tr ( "Boliva" ) ); |
482 | cmbCountry->insertItem( tr ( "Botswana" ) ); | 482 | cmbCountry->insertItem( tr ( "Botswana" ) ); |
483 | cmbCountry->insertItem( tr ( "Bouvet Island" ) ); | 483 | cmbCountry->insertItem( tr ( "Bouvet Island" ) ); |
484 | cmbCountry->insertItem( tr ( "Brazil" ) ); | 484 | cmbCountry->insertItem( tr ( "Brazil" ) ); |
485 | cmbCountry->insertItem( tr ( "Brunei Darussalam" ) ); | 485 | cmbCountry->insertItem( tr ( "Brunei Darussalam" ) ); |
486 | cmbCountry->insertItem( tr ( "Bulgaria" ) ); | 486 | cmbCountry->insertItem( tr ( "Bulgaria" ) ); |
487 | cmbCountry->insertItem( tr ( "Burkina Faso" ) ); | 487 | cmbCountry->insertItem( tr ( "Burkina Faso" ) ); |
488 | cmbCountry->insertItem( tr ( "Burundi" ) ); | 488 | cmbCountry->insertItem( tr ( "Burundi" ) ); |
489 | cmbCountry->insertItem( tr ( "Cambodia" ) ); | 489 | cmbCountry->insertItem( tr ( "Cambodia" ) ); |
490 | cmbCountry->insertItem( tr ( "Camaroon" ) ); | 490 | cmbCountry->insertItem( tr ( "Camaroon" ) ); |
491 | cmbCountry->insertItem( tr ( "Canada" ) ); | 491 | cmbCountry->insertItem( tr ( "Canada" ) ); |
492 | cmbCountry->insertItem( tr ( "Cape Verde" ) ); | 492 | cmbCountry->insertItem( tr ( "Cape Verde" ) ); |
493 | cmbCountry->insertItem( tr ( "Cayman Islands" ) ); | 493 | cmbCountry->insertItem( tr ( "Cayman Islands" ) ); |
494 | cmbCountry->insertItem( tr ( "Chad" ) ); | 494 | cmbCountry->insertItem( tr ( "Chad" ) ); |
495 | cmbCountry->insertItem( tr ( "Chile" ) ); | 495 | cmbCountry->insertItem( tr ( "Chile" ) ); |
496 | cmbCountry->insertItem( tr ( "China" ) ); | 496 | cmbCountry->insertItem( tr ( "China" ) ); |
497 | cmbCountry->insertItem( tr ( "Christmas Island" ) ); | 497 | cmbCountry->insertItem( tr ( "Christmas Island" ) ); |
498 | cmbCountry->insertItem( tr ( "Colombia" ) ); | 498 | cmbCountry->insertItem( tr ( "Colombia" ) ); |
499 | cmbCountry->insertItem( tr ( "Comoros" ) ); | 499 | cmbCountry->insertItem( tr ( "Comoros" ) ); |
500 | cmbCountry->insertItem( tr ( "Congo" ) ); | 500 | cmbCountry->insertItem( tr ( "Congo" ) ); |
501 | cmbCountry->insertItem( tr ( "Cook Island" ) ); | 501 | cmbCountry->insertItem( tr ( "Cook Island" ) ); |
502 | cmbCountry->insertItem( tr ( "Costa Rica" ) ); | 502 | cmbCountry->insertItem( tr ( "Costa Rica" ) ); |
503 | cmbCountry->insertItem( tr ( "Cote d'Ivoire" ) ); | 503 | cmbCountry->insertItem( tr ( "Cote d'Ivoire" ) ); |
504 | cmbCountry->insertItem( tr ( "Croatia" ) ); | 504 | cmbCountry->insertItem( tr ( "Croatia" ) ); |
505 | cmbCountry->insertItem( tr ( "Cuba" ) ); | 505 | cmbCountry->insertItem( tr ( "Cuba" ) ); |
506 | cmbCountry->insertItem( tr ( "Cyprus" ) ); | 506 | cmbCountry->insertItem( tr ( "Cyprus" ) ); |
507 | cmbCountry->insertItem( tr ( "Czech Republic" ) ); | 507 | cmbCountry->insertItem( tr ( "Czech Republic" ) ); |
508 | cmbCountry->insertItem( tr ( "Denmark" ) ); | 508 | cmbCountry->insertItem( tr ( "Denmark" ) ); |
509 | cmbCountry->insertItem( tr ( "Djibouti" ) ); | 509 | cmbCountry->insertItem( tr ( "Djibouti" ) ); |
510 | cmbCountry->insertItem( tr ( "Dominica" ) ); | 510 | cmbCountry->insertItem( tr ( "Dominica" ) ); |
511 | cmbCountry->insertItem( tr ( "Dominican Republic" ) ); | 511 | cmbCountry->insertItem( tr ( "Dominican Republic" ) ); |
512 | cmbCountry->insertItem( tr ( "East Timor" ) ); | 512 | cmbCountry->insertItem( tr ( "East Timor" ) ); |
513 | cmbCountry->insertItem( tr ( "Ecuador" ) ); | 513 | cmbCountry->insertItem( tr ( "Ecuador" ) ); |
514 | cmbCountry->insertItem( tr ( "Egypt" ) ); | 514 | cmbCountry->insertItem( tr ( "Egypt" ) ); |
515 | cmbCountry->insertItem( tr ( "El Salvador" ) ); | 515 | cmbCountry->insertItem( tr ( "El Salvador" ) ); |
516 | cmbCountry->insertItem( tr ( "Equatorial Guinea" ) ); | 516 | cmbCountry->insertItem( tr ( "Equatorial Guinea" ) ); |
517 | cmbCountry->insertItem( tr ( "Eritrea" ) ); | 517 | cmbCountry->insertItem( tr ( "Eritrea" ) ); |
518 | cmbCountry->insertItem( tr ( "Estonia" ) ); | 518 | cmbCountry->insertItem( tr ( "Estonia" ) ); |
519 | cmbCountry->insertItem( tr ( "Ethiopia" ) ); | 519 | cmbCountry->insertItem( tr ( "Ethiopia" ) ); |
520 | cmbCountry->insertItem( tr ( "Falkland Islands" ) ); | 520 | cmbCountry->insertItem( tr ( "Falkland Islands" ) ); |
521 | cmbCountry->insertItem( tr ( "Faroe Islands" ) ); | 521 | cmbCountry->insertItem( tr ( "Faroe Islands" ) ); |
522 | cmbCountry->insertItem( tr ( "Fiji" ) ); | 522 | cmbCountry->insertItem( tr ( "Fiji" ) ); |
523 | cmbCountry->insertItem( tr ( "Finland" ) ); | 523 | cmbCountry->insertItem( tr ( "Finland" ) ); |
524 | cmbCountry->insertItem( tr ( "France" ) ); | 524 | cmbCountry->insertItem( tr ( "France" ) ); |
525 | cmbCountry->insertItem( tr ( "French Guiana" ) ); | 525 | cmbCountry->insertItem( tr ( "French Guiana" ) ); |
526 | cmbCountry->insertItem( tr ( "French Polynesia" ) ); | 526 | cmbCountry->insertItem( tr ( "French Polynesia" ) ); |
527 | cmbCountry->insertItem( tr ( "Gabon" ) ); | 527 | cmbCountry->insertItem( tr ( "Gabon" ) ); |
528 | cmbCountry->insertItem( tr ( "Gambia" ) ); | 528 | cmbCountry->insertItem( tr ( "Gambia" ) ); |
529 | cmbCountry->insertItem( tr ( "Georgia" ) ); | 529 | cmbCountry->insertItem( tr ( "Georgia" ) ); |
530 | cmbCountry->insertItem( tr ( "Germany" ) ); | 530 | cmbCountry->insertItem( tr ( "Germany" ) ); |
531 | cmbCountry->insertItem( tr ( "Gahna" ) ); | 531 | cmbCountry->insertItem( tr ( "Gahna" ) ); |
532 | cmbCountry->insertItem( tr ( "Gibraltar" ) ); | 532 | cmbCountry->insertItem( tr ( "Gibraltar" ) ); |
533 | cmbCountry->insertItem( tr ( "Greece" ) ); | 533 | cmbCountry->insertItem( tr ( "Greece" ) ); |
534 | cmbCountry->insertItem( tr ( "Greenland" ) ); | 534 | cmbCountry->insertItem( tr ( "Greenland" ) ); |
535 | cmbCountry->insertItem( tr ( "Grenada" ) ); | 535 | cmbCountry->insertItem( tr ( "Grenada" ) ); |
536 | cmbCountry->insertItem( tr ( "Guadelupe" ) ); | 536 | cmbCountry->insertItem( tr ( "Guadelupe" ) ); |
537 | cmbCountry->insertItem( tr ( "Guam" ) ); | 537 | cmbCountry->insertItem( tr ( "Guam" ) ); |
538 | cmbCountry->insertItem( tr ( "Guatemala" ) ); | 538 | cmbCountry->insertItem( tr ( "Guatemala" ) ); |
539 | cmbCountry->insertItem( tr ( "Guinea" ) ); | 539 | cmbCountry->insertItem( tr ( "Guinea" ) ); |
540 | cmbCountry->insertItem( tr ( "Guinea-bissau" ) ); | 540 | cmbCountry->insertItem( tr ( "Guinea-bissau" ) ); |
541 | cmbCountry->insertItem( tr ( "Guyana" ) ); | 541 | cmbCountry->insertItem( tr ( "Guyana" ) ); |
542 | cmbCountry->insertItem( tr ( "Haiti" ) ); | 542 | cmbCountry->insertItem( tr ( "Haiti" ) ); |
543 | cmbCountry->insertItem( tr ( "Holy See" ) ); | 543 | cmbCountry->insertItem( tr ( "Holy See" ) ); |
544 | cmbCountry->insertItem( tr ( "Honduras" ) ); | 544 | cmbCountry->insertItem( tr ( "Honduras" ) ); |
545 | cmbCountry->insertItem( tr ( "Hong Kong" ) ); | 545 | cmbCountry->insertItem( tr ( "Hong Kong" ) ); |
546 | cmbCountry->insertItem( tr ( "Hungary" ) ); | 546 | cmbCountry->insertItem( tr ( "Hungary" ) ); |
547 | cmbCountry->insertItem( tr ( "Iceland" ) ); | 547 | cmbCountry->insertItem( tr ( "Iceland" ) ); |
548 | cmbCountry->insertItem( tr ( "India" ) ); | 548 | cmbCountry->insertItem( tr ( "India" ) ); |
549 | cmbCountry->insertItem( tr ( "Indonesia" ) ); | 549 | cmbCountry->insertItem( tr ( "Indonesia" ) ); |
550 | cmbCountry->insertItem( tr ( "Ireland" ) ); | 550 | cmbCountry->insertItem( tr ( "Ireland" ) ); |
551 | cmbCountry->insertItem( tr ( "Israel" ) ); | 551 | cmbCountry->insertItem( tr ( "Israel" ) ); |
552 | cmbCountry->insertItem( tr ( "Italy" ) ); | 552 | cmbCountry->insertItem( tr ( "Italy" ) ); |
553 | cmbCountry->insertItem( tr ( "Jamacia" ) ); | 553 | cmbCountry->insertItem( tr ( "Jamacia" ) ); |
554 | cmbCountry->insertItem( tr ( "Japan" ) ); | 554 | cmbCountry->insertItem( tr ( "Japan" ) ); |
555 | cmbCountry->insertItem( tr ( "Jordan" ) ); | 555 | cmbCountry->insertItem( tr ( "Jordan" ) ); |
556 | cmbCountry->insertItem( tr ( "Kazakhstan" ) ); | 556 | cmbCountry->insertItem( tr ( "Kazakhstan" ) ); |
557 | cmbCountry->insertItem( tr ( "Kenya" ) ); | 557 | cmbCountry->insertItem( tr ( "Kenya" ) ); |
558 | cmbCountry->insertItem( tr ( "Kribati" ) ); | 558 | cmbCountry->insertItem( tr ( "Kribati" ) ); |
559 | cmbCountry->insertItem( tr ( "Korea" ) ); | 559 | cmbCountry->insertItem( tr ( "Korea" ) ); |
560 | cmbCountry->insertItem( tr ( "Kuait" ) ); | 560 | cmbCountry->insertItem( tr ( "Kuwait" ) ); |
561 | cmbCountry->insertItem( tr ( "Kyrgyztan" ) ); | 561 | cmbCountry->insertItem( tr ( "Kyrgystan" ) ); |
562 | cmbCountry->insertItem( tr ( "Laos" ) ); | 562 | cmbCountry->insertItem( tr ( "Laos" ) ); |
563 | cmbCountry->insertItem( tr ( "Latvia" ) ); | 563 | cmbCountry->insertItem( tr ( "Latvia" ) ); |
564 | cmbCountry->insertItem( tr ( "Lebanon" ) ); | 564 | cmbCountry->insertItem( tr ( "Lebanon" ) ); |
565 | cmbCountry->insertItem( tr ( "Lesotho" ) ); | 565 | cmbCountry->insertItem( tr ( "Lesotho" ) ); |
566 | cmbCountry->insertItem( tr ( "Liberia" ) ); | 566 | cmbCountry->insertItem( tr ( "Liberia" ) ); |
567 | cmbCountry->insertItem( tr ( "Liechtenstein" ) ); | 567 | cmbCountry->insertItem( tr ( "Liechtenstein" ) ); |
568 | cmbCountry->insertItem( tr ( "Lithuania" ) ); | 568 | cmbCountry->insertItem( tr ( "Lithuania" ) ); |
569 | cmbCountry->insertItem( tr ( "Luxembourg" ) ); | 569 | cmbCountry->insertItem( tr ( "Luxembourg" ) ); |
570 | cmbCountry->insertItem( tr ( "Macau" ) ); | 570 | cmbCountry->insertItem( tr ( "Macau" ) ); |
571 | cmbCountry->insertItem( tr ( "Macedonia" ) ); | 571 | cmbCountry->insertItem( tr ( "Macedonia" ) ); |
572 | cmbCountry->insertItem( tr ( "Madagascar" ) ); | 572 | cmbCountry->insertItem( tr ( "Madagascar" ) ); |
573 | cmbCountry->insertItem( tr ( "Malawi" ) ); | 573 | cmbCountry->insertItem( tr ( "Malawi" ) ); |
574 | cmbCountry->insertItem( tr ( "Malaysia" ) ); | 574 | cmbCountry->insertItem( tr ( "Malaysia" ) ); |
575 | cmbCountry->insertItem( tr ( "Maldives" ) ); | 575 | cmbCountry->insertItem( tr ( "Maldives" ) ); |
576 | cmbCountry->insertItem( tr ( "Mali" ) ); | 576 | cmbCountry->insertItem( tr ( "Mali" ) ); |
577 | cmbCountry->insertItem( tr ( "Malta" ) ); | 577 | cmbCountry->insertItem( tr ( "Malta" ) ); |
578 | cmbCountry->insertItem( tr ( "Martinique" ) ); | 578 | cmbCountry->insertItem( tr ( "Martinique" ) ); |
579 | cmbCountry->insertItem( tr ( "Mauritania" ) ); | 579 | cmbCountry->insertItem( tr ( "Mauritania" ) ); |
580 | cmbCountry->insertItem( tr ( "Mauritius" ) ); | 580 | cmbCountry->insertItem( tr ( "Mauritius" ) ); |
581 | cmbCountry->insertItem( tr ( "Mayotte" ) ); | 581 | cmbCountry->insertItem( tr ( "Mayotte" ) ); |
582 | cmbCountry->insertItem( tr ( "Mexico" ) ); | 582 | cmbCountry->insertItem( tr ( "Mexico" ) ); |
583 | cmbCountry->insertItem( tr ( "Micronesia" ) ); | 583 | cmbCountry->insertItem( tr ( "Micronesia" ) ); |
584 | cmbCountry->insertItem( tr ( "Moldova" ) ); | 584 | cmbCountry->insertItem( tr ( "Moldova" ) ); |
585 | cmbCountry->insertItem( tr ( "Monaco" ) ); | 585 | cmbCountry->insertItem( tr ( "Monaco" ) ); |
586 | cmbCountry->insertItem( tr ( "Mongolia" ) ); | 586 | cmbCountry->insertItem( tr ( "Mongolia" ) ); |
587 | cmbCountry->insertItem( tr ( "Montserrat" ) ); | 587 | cmbCountry->insertItem( tr ( "Montserrat" ) ); |
588 | cmbCountry->insertItem( tr ( "Morocco" ) ); | 588 | cmbCountry->insertItem( tr ( "Morocco" ) ); |
589 | cmbCountry->insertItem( tr ( "Mozambique" ) ); | 589 | cmbCountry->insertItem( tr ( "Mozambique" ) ); |
590 | cmbCountry->insertItem( tr ( "Myanmar" ) ); | 590 | cmbCountry->insertItem( tr ( "Myanmar" ) ); |
591 | cmbCountry->insertItem( tr ( "Namibia" ) ); | 591 | cmbCountry->insertItem( tr ( "Namibia" ) ); |
592 | cmbCountry->insertItem( tr ( "Nauru" ) ); | 592 | cmbCountry->insertItem( tr ( "Nauru" ) ); |
593 | cmbCountry->insertItem( tr ( "Nepal" ) ); | 593 | cmbCountry->insertItem( tr ( "Nepal" ) ); |
594 | cmbCountry->insertItem( tr ( "Netherlands" ) ); | 594 | cmbCountry->insertItem( tr ( "Netherlands" ) ); |
595 | cmbCountry->insertItem( tr ( "New Caledonia" ) ); | 595 | cmbCountry->insertItem( tr ( "New Caledonia" ) ); |
596 | cmbCountry->insertItem( tr ( "New Zealand" ) ); | 596 | cmbCountry->insertItem( tr ( "New Zealand" ) ); |
597 | cmbCountry->insertItem( tr ( "Nicaragua" ) ); | 597 | cmbCountry->insertItem( tr ( "Nicaragua" ) ); |
598 | cmbCountry->insertItem( tr ( "Niger" ) ); | 598 | cmbCountry->insertItem( tr ( "Niger" ) ); |
599 | cmbCountry->insertItem( tr ( "Nigeria" ) ); | 599 | cmbCountry->insertItem( tr ( "Nigeria" ) ); |
600 | cmbCountry->insertItem( tr ( "Niue" ) ); | 600 | cmbCountry->insertItem( tr ( "Niue" ) ); |
601 | cmbCountry->insertItem( tr ( "Norway" ) ); | 601 | cmbCountry->insertItem( tr ( "Norway" ) ); |
602 | cmbCountry->insertItem( tr ( "Oman" ) ); | 602 | cmbCountry->insertItem( tr ( "Oman" ) ); |
603 | cmbCountry->insertItem( tr ( "Pakistan" ) ); | 603 | cmbCountry->insertItem( tr ( "Pakistan" ) ); |
604 | cmbCountry->insertItem( tr ( "Palau" ) ); | 604 | cmbCountry->insertItem( tr ( "Palau" ) ); |
605 | cmbCountry->insertItem( tr ( "Palestinian Territory" ) ); | 605 | cmbCountry->insertItem( tr ( "Palestinian Territory" ) ); |
606 | cmbCountry->insertItem( tr ( "Panama" ) ); | 606 | cmbCountry->insertItem( tr ( "Panama" ) ); |
607 | cmbCountry->insertItem( tr ( "Papua New Guinea" ) ); | 607 | cmbCountry->insertItem( tr ( "Papua New Guinea" ) ); |
608 | cmbCountry->insertItem( tr ( "Paraguay" ) ); | 608 | cmbCountry->insertItem( tr ( "Paraguay" ) ); |
609 | cmbCountry->insertItem( tr ( "Peru" ) ); | 609 | cmbCountry->insertItem( tr ( "Peru" ) ); |
610 | cmbCountry->insertItem( tr ( "Philippines" ) ); | 610 | cmbCountry->insertItem( tr ( "Philippines" ) ); |
611 | cmbCountry->insertItem( tr ( "Pitcairn" ) ); | 611 | cmbCountry->insertItem( tr ( "Pitcairn" ) ); |
612 | cmbCountry->insertItem( tr ( "Poland" ) ); | 612 | cmbCountry->insertItem( tr ( "Poland" ) ); |
613 | cmbCountry->insertItem( tr ( "Portugal" ) ); | 613 | cmbCountry->insertItem( tr ( "Portugal" ) ); |
614 | cmbCountry->insertItem( tr ( "Puerto Rico" ) ); | 614 | cmbCountry->insertItem( tr ( "Puerto Rico" ) ); |
615 | cmbCountry->insertItem( tr ( "Qatar" ) ); | 615 | cmbCountry->insertItem( tr ( "Qatar" ) ); |
616 | cmbCountry->insertItem( tr ( "Reunion" ) ); | 616 | cmbCountry->insertItem( tr ( "Reunion" ) ); |
617 | cmbCountry->insertItem( tr ( "Romania" ) ); | 617 | cmbCountry->insertItem( tr ( "Romania" ) ); |
618 | cmbCountry->insertItem( tr ( "Russia" ) ); | 618 | cmbCountry->insertItem( tr ( "Russia" ) ); |
619 | cmbCountry->insertItem( tr ( "Rwanda" ) ); | 619 | cmbCountry->insertItem( tr ( "Rwanda" ) ); |
620 | cmbCountry->insertItem( tr ( "Saint Lucia" ) ); | 620 | cmbCountry->insertItem( tr ( "Saint Lucia" ) ); |
621 | cmbCountry->insertItem( tr ( "Samoa" ) ); | 621 | cmbCountry->insertItem( tr ( "Samoa" ) ); |
622 | cmbCountry->insertItem( tr ( "San Marino" ) ); | 622 | cmbCountry->insertItem( tr ( "San Marino" ) ); |
623 | cmbCountry->insertItem( tr ( "Saudi Arabia" ) ); | 623 | cmbCountry->insertItem( tr ( "Saudi Arabia" ) ); |
624 | cmbCountry->insertItem( tr ( "Senegal" ) ); | 624 | cmbCountry->insertItem( tr ( "Senegal" ) ); |
625 | cmbCountry->insertItem( tr ( "Seychelles" ) ); | 625 | cmbCountry->insertItem( tr ( "Seychelles" ) ); |
626 | cmbCountry->insertItem( tr ( "Sierra Leone" ) ); | 626 | cmbCountry->insertItem( tr ( "Sierra Leone" ) ); |
627 | cmbCountry->insertItem( tr ( "Singapore" ) ); | 627 | cmbCountry->insertItem( tr ( "Singapore" ) ); |
628 | cmbCountry->insertItem( tr ( "Slovakia" ) ); | 628 | cmbCountry->insertItem( tr ( "Slovakia" ) ); |
629 | cmbCountry->insertItem( tr ( "Slovenia" ) ); | 629 | cmbCountry->insertItem( tr ( "Slovenia" ) ); |
630 | cmbCountry->insertItem( tr ( "Solomon Islands" ) ); | 630 | cmbCountry->insertItem( tr ( "Solomon Islands" ) ); |
631 | cmbCountry->insertItem( tr ( "Somalia" ) ); | 631 | cmbCountry->insertItem( tr ( "Somalia" ) ); |
632 | cmbCountry->insertItem( tr ( "South Africa" ) ); | 632 | cmbCountry->insertItem( tr ( "South Africa" ) ); |
633 | cmbCountry->insertItem( tr ( "Spain" ) ); | 633 | cmbCountry->insertItem( tr ( "Spain" ) ); |
634 | cmbCountry->insertItem( tr ( "Sri Lanka" ) ); | 634 | cmbCountry->insertItem( tr ( "Sri Lanka" ) ); |
635 | cmbCountry->insertItem( tr ( "St. Helena" ) ); | 635 | cmbCountry->insertItem( tr ( "St. Helena" ) ); |
636 | cmbCountry->insertItem( tr ( "Sudan" ) ); | 636 | cmbCountry->insertItem( tr ( "Sudan" ) ); |
637 | cmbCountry->insertItem( tr ( "Suriname" ) ); | 637 | cmbCountry->insertItem( tr ( "Suriname" ) ); |
638 | cmbCountry->insertItem( tr ( "Swaziland" ) ); | 638 | cmbCountry->insertItem( tr ( "Swaziland" ) ); |
639 | cmbCountry->insertItem( tr ( "Sweden" ) ); | 639 | cmbCountry->insertItem( tr ( "Sweden" ) ); |
640 | cmbCountry->insertItem( tr ( "Switzerland" ) ); | 640 | cmbCountry->insertItem( tr ( "Switzerland" ) ); |
641 | cmbCountry->insertItem( tr ( "Taiwan" ) ); | 641 | cmbCountry->insertItem( tr ( "Taiwan" ) ); |
642 | cmbCountry->insertItem( tr ( "Tajikistan" ) ); | 642 | cmbCountry->insertItem( tr ( "Tajikistan" ) ); |
643 | cmbCountry->insertItem( tr ( "Tanzania" ) ); | 643 | cmbCountry->insertItem( tr ( "Tanzania" ) ); |
644 | cmbCountry->insertItem( tr ( "Thailand" ) ); | 644 | cmbCountry->insertItem( tr ( "Thailand" ) ); |
645 | cmbCountry->insertItem( tr ( "Togo" ) ); | 645 | cmbCountry->insertItem( tr ( "Togo" ) ); |
646 | cmbCountry->insertItem( tr ( "Tokelau" ) ); | 646 | cmbCountry->insertItem( tr ( "Tokelau" ) ); |
647 | cmbCountry->insertItem( tr ( "Tonga" ) ); | 647 | cmbCountry->insertItem( tr ( "Tonga" ) ); |
648 | cmbCountry->insertItem( tr ( "Tunisia" ) ); | 648 | cmbCountry->insertItem( tr ( "Tunisia" ) ); |
649 | cmbCountry->insertItem( tr ( "Turkey" ) ); | 649 | cmbCountry->insertItem( tr ( "Turkey" ) ); |
650 | cmbCountry->insertItem( tr ( "Turkmenistan" ) ); | 650 | cmbCountry->insertItem( tr ( "Turkmenistan" ) ); |
651 | cmbCountry->insertItem( tr ( "Tuvalu" ) ); | 651 | cmbCountry->insertItem( tr ( "Tuvalu" ) ); |
652 | cmbCountry->insertItem( tr ( "Uganda" ) ); | 652 | cmbCountry->insertItem( tr ( "Uganda" ) ); |
653 | cmbCountry->insertItem( tr ( "Ukraine" ) ); | 653 | cmbCountry->insertItem( tr ( "Ukraine" ) ); |
654 | cmbCountry->insertItem( tr ( "Uruguay" ) ); | 654 | cmbCountry->insertItem( tr ( "Uruguay" ) ); |
655 | cmbCountry->insertItem( tr ( "Uzbekistan" ) ); | 655 | cmbCountry->insertItem( tr ( "Uzbekistan" ) ); |
656 | cmbCountry->insertItem( tr ( "Vanuatu" ) ); | 656 | cmbCountry->insertItem( tr ( "Vanuatu" ) ); |
657 | cmbCountry->insertItem( tr ( "Venezuela" ) ); | 657 | cmbCountry->insertItem( tr ( "Venezuela" ) ); |
658 | cmbCountry->insertItem( tr ( "Viet Nam" ) ); | 658 | cmbCountry->insertItem( tr ( "Viet Nam" ) ); |
659 | cmbCountry->insertItem( tr ( "Virgin Islands" ) ); | 659 | cmbCountry->insertItem( tr ( "Virgin Islands" ) ); |
660 | cmbCountry->insertItem( tr ( "Western Sahara" ) ); | 660 | cmbCountry->insertItem( tr ( "Western Sahara" ) ); |
661 | cmbCountry->insertItem( tr ( "Yemen" ) ); | 661 | cmbCountry->insertItem( tr ( "Yemen" ) ); |
662 | cmbCountry->insertItem( tr ( "Yugoslavia" ) ); | 662 | cmbCountry->insertItem( tr ( "Yugoslavia" ) ); |
663 | cmbCountry->insertItem( tr ( "Zambia" ) ); | 663 | cmbCountry->insertItem( tr ( "Zambia" ) ); |
664 | cmbCountry->insertItem( tr ( "Zimbabwe" ) ); | 664 | cmbCountry->insertItem( tr ( "Zimbabwe" ) ); |
665 | 665 | ||
666 | cmbCountry->setMaximumWidth( 135 ); | 666 | cmbCountry->setMaximumWidth( 135 ); |
667 | 667 | ||
668 | gl->addMultiCellWidget( cmbCountry, 5, 5, 1, 2 ); | 668 | gl->addMultiCellWidget( cmbCountry, 5, 5, 1, 2 ); |
669 | 669 | ||
670 | cmbChooserField4 = new QComboBox( FALSE, container ); | 670 | cmbChooserField4 = new QComboBox( FALSE, container ); |
671 | cmbChooserField4->setMaximumWidth( 90 ); | 671 | cmbChooserField4->setMaximumWidth( 90 ); |
672 | gl->addWidget( cmbChooserField4, 6, 0 ); | 672 | gl->addWidget( cmbChooserField4, 6, 0 ); |
673 | txtChooserField4 = new QLineEdit( container ); | 673 | txtChooserField4 = new QLineEdit( container ); |
674 | gl->addMultiCellWidget( txtChooserField4, 6, 6, 1, 2 ); | 674 | gl->addMultiCellWidget( txtChooserField4, 6, 6, 1, 2 ); |
675 | 675 | ||
676 | QSpacerItem *space = new QSpacerItem(1,1, | 676 | QSpacerItem *space = new QSpacerItem(1,1, |
677 | QSizePolicy::Maximum, | 677 | QSizePolicy::Maximum, |
678 | QSizePolicy::MinimumExpanding ); | 678 | QSizePolicy::MinimumExpanding ); |
679 | gl->addItem( space, 7, 0 ); | 679 | gl->addItem( space, 7, 0 ); |
680 | 680 | ||
681 | tabMain->insertTab( tabViewport, tr( "Address" ) ); | 681 | tabMain->insertTab( tabViewport, tr( "Address" ) ); |
682 | 682 | ||
683 | tabViewport = new QWidget ( tabMain ); | 683 | tabViewport = new QWidget ( tabMain ); |
684 | 684 | ||
685 | vb = new QVBoxLayout( tabViewport ); | 685 | vb = new QVBoxLayout( tabViewport ); |
686 | 686 | ||
687 | svDetails = new QScrollView( tabViewport ); | 687 | svDetails = new QScrollView( tabViewport ); |
688 | vb->addWidget( svDetails, 0, 0 ); | 688 | vb->addWidget( svDetails, 0, 0 ); |
689 | svDetails->setResizePolicy( QScrollView::AutoOneFit ); | 689 | svDetails->setResizePolicy( QScrollView::AutoOneFit ); |