slightly alter search query label text

git-svn-id: svn://anubis/gvsu@66 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-03-10 01:05:35 +00:00
parent 32633264d5
commit 3c0c970c10

View File

@ -354,7 +354,7 @@ public class KaZaGUI extends JFrame
p = new JPanel();
p.setLayout(new BoxLayout(p, BoxLayout.X_AXIS));
p.add(new JLabel("Search query: "));
p.add(new JLabel("Search query keyword: "));
p.add(m_queryField);
p.add(m_searchButton);
clientPanel.add(p);