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:
@@ -22,7 +22,7 @@ class PPMWindow :
|
|||||||
public:
|
public:
|
||||||
PPMWindow(
|
PPMWindow(
|
||||||
BRect area) :
|
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()
|
~PPMWindow()
|
||||||
|
|||||||
Reference in New Issue
Block a user