terminal/src/propsheet/TerminalPropsheetPage.h
Mike Griese 2453e8e1ed
Rename propsheet/TerminalPage to propsheet/TerminalPropsheetPage (#5882)
My workflow is to use Sublime's <kbd>Ctrl+P</kbd> shortcut to navigate to files by name. However, the propsheet version of the files _always_ comes up before the `TerminalApp` one does. This results in me having to close the file and re-open the right one.

This PR renames the propsheet one, so it's unambiguous which one I'm opening.

It's really the most trivial nit.
2020-05-14 01:49:20 +00:00

17 lines
341 B
C

/*++
Copyright (c) Microsoft Corporation
Licensed under the MIT license.
Module Name:
- TerminalPage.h
Abstract:
- This module contains the definitions for terminal dialog.
Author(s):
Mike Griese (migrie) July-2018
--*/
#pragma once
INT_PTR WINAPI TerminalDlgProc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam);