diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-08 11:19:14 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-08 11:19:14 +0200 |
| commit | 5b802be52ba63b7525e415eb26cabef2aa5e293b (patch) | |
| tree | 3c043a9de1d8f4edc1bdf3ad63d8ad595275d65f /src/print_panel.cxx | |
| parent | 31170c47314a8b71331dd7d63c898478edc98c84 (diff) | |
Add Tabloid paper size to menu_print_page_size array
Diffstat (limited to 'src/print_panel.cxx')
| -rw-r--r-- | src/print_panel.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/print_panel.cxx b/src/print_panel.cxx index aa1908f35..0c139f5b7 100644 --- a/src/print_panel.cxx +++ b/src/print_panel.cxx @@ -118,6 +118,7 @@ static const Fl_Menu_Item menu_print_page_size[] = { {"B5", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, {"Com10", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, {"DL", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, + {"Tabloid", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, {0,0,0,0,0,0,0,0,0} }; |
