SVN Commit by dpage: r4398 - trunk/pgadmin3/src/frm

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4398 - trunk/pgadmin3/src/frm
Date: 2005-08-11 11:14:44
Message-ID: 200508111114.j7BBEiJF002209@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-08-11 12:14:43 +0100 (Thu, 11 Aug 2005)
New Revision: 4398

Modified:
trunk/pgadmin3/src/frm/frmHint.cpp
Log:
Use the right hint icon.

Modified: trunk/pgadmin3/src/frm/frmHint.cpp
===================================================================
--- trunk/pgadmin3/src/frm/frmHint.cpp 2005-08-10 22:48:24 UTC (rev 4397)
+++ trunk/pgadmin3/src/frm/frmHint.cpp 2005-08-11 11:14:43 UTC (rev 4398)
@@ -379,7 +379,7 @@
mnu->Append(id, _("Hints"), _("Display helpful hints on current object."));
if (toolbar)
{
- char **img=(bigTool ? hint2_xpm : hint_xpm);
+ char **img=(bigTool ? hint_xpm : hint2_xpm);
toolbar->AddTool(id, _("Hints"), wxBitmap(img), _("Display helpful hints on current object."));
}
}

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-08-15 09:09:10 SVN Commit by andreas: r4404 - in trunk/pgadmin3/src: . ctl include/ctl
Previous Message svn 2005-08-10 22:48:24 SVN Commit by andreas: r4397 - trunk/pgadmin3