* 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:
@@ -92,7 +92,7 @@ ShowImageWindow::ShowImageWindow(const entry_ref* ref,
|
|||||||
fShowCaption(true),
|
fShowCaption(true),
|
||||||
fPrintSettings(NULL)
|
fPrintSettings(NULL)
|
||||||
{
|
{
|
||||||
_LoadSettings();
|
_ApplySettings();
|
||||||
|
|
||||||
// create menu bar
|
// create menu bar
|
||||||
fBar = new BMenuBar(BRect(0, 0, Bounds().right, 1), "menu_bar");
|
fBar = new BMenuBar(BRect(0, 0, Bounds().right, 1), "menu_bar");
|
||||||
@@ -997,7 +997,7 @@ ShowImageWindow::_ToggleFullScreen()
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ShowImageWindow::_LoadSettings()
|
ShowImageWindow::_ApplySettings()
|
||||||
{
|
{
|
||||||
ShowImageSettings* settings = my_app->Settings();
|
ShowImageSettings* settings = my_app->Settings();
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ private:
|
|||||||
// Handle save file panel message
|
// Handle save file panel message
|
||||||
bool _ClosePrompt();
|
bool _ClosePrompt();
|
||||||
void _ToggleFullScreen();
|
void _ToggleFullScreen();
|
||||||
void _LoadSettings();
|
void _ApplySettings();
|
||||||
void _SavePrintOptions();
|
void _SavePrintOptions();
|
||||||
bool _PageSetup();
|
bool _PageSetup();
|
||||||
void _PrepareForPrint();
|
void _PrepareForPrint();
|
||||||
|
|||||||
Reference in New Issue
Block a user