* Renamed _LoadSettings() to _ApplySettings().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39287 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-11-03 21:30:53 +00:00
parent 745226bd2f
commit 2281340d02
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -92,7 +92,7 @@ ShowImageWindow::ShowImageWindow(const entry_ref* ref,
fShowCaption(true),
fPrintSettings(NULL)
{
_LoadSettings();
_ApplySettings();
// create menu bar
fBar = new BMenuBar(BRect(0, 0, Bounds().right, 1), "menu_bar");
@@ -997,7 +997,7 @@ ShowImageWindow::_ToggleFullScreen()
void
ShowImageWindow::_LoadSettings()
ShowImageWindow::_ApplySettings()
{
ShowImageSettings* settings = my_app->Settings();
+1 -1
View File
@@ -67,7 +67,7 @@ private:
// Handle save file panel message
bool _ClosePrompt();
void _ToggleFullScreen();
void _LoadSettings();
void _ApplySettings();
void _SavePrintOptions();
bool _PageSetup();
void _PrepareForPrint();