Changed window title to be consistent with the other translators

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6881 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber
2004-03-03 01:09:40 +00:00
parent 5be410a7cd
commit 2058c6c754
@@ -22,7 +22,7 @@ class PPMWindow :
public:
PPMWindow(
BRect area) :
BWindow(area, "PPMTranslator", B_TITLED_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
BWindow(area, "PPM Settings", B_TITLED_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
{
}
~PPMWindow()