Hi,

I send patch to do sequence statistics description translateable.


Regards

Marek
diff --recursive -c pgadmin3.svn/pgadmin/schema/pgSequence.cpp pgadmin3.new/pgadmin/schema/pgSequence.cpp
*** pgadmin3.svn/pgadmin/schema/pgSequence.cpp	2009-08-04 20:15:59.000000000 +0200
--- pgadmin3.new/pgadmin/schema/pgSequence.cpp	2009-08-04 20:49:42.000000000 +0200
***************
*** 131,139 ****
  
      if (stats)
      {
!         statistics->InsertItem(0, wxT("Blocks Read"), PGICON_STATISTICS);
          statistics->SetItem(0l, 1, stats->GetVal(wxT("blks_read")));
!         statistics->InsertItem(1, wxT("Blocks Hit"), PGICON_STATISTICS);
          statistics->SetItem(1, 1, stats->GetVal(wxT("blks_hit")));
  
          delete stats;
--- 131,139 ----
  
      if (stats)
      {
!         statistics->InsertItem(0, _("Blocks Read"), PGICON_STATISTICS);
          statistics->SetItem(0l, 1, stats->GetVal(wxT("blks_read")));
!         statistics->InsertItem(1, _("Blocks Hit"), PGICON_STATISTICS);
          statistics->SetItem(1, 1, stats->GetVal(wxT("blks_hit")));
  
          delete stats;
-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to