summaryrefslogtreecommitdiff
path: root/src/print_panel.cxx
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2015-07-06 18:51:56 -0400
committerAaron M. Ucko <ucko@debian.org>2015-07-06 18:51:56 -0400
commita3d0ced57399c9fd8075377b7310d545f968e524 (patch)
tree63fa5d8b883c8c1235222810a0ebc99c74ac6610 /src/print_panel.cxx
parent786f49e9d19180e6bf1c7d0fe0d9da89f953a330 (diff)
Imported Upstream version 1.3.3
Diffstat (limited to 'src/print_panel.cxx')
-rw-r--r--src/print_panel.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/print_panel.cxx b/src/print_panel.cxx
index 478b7b5..ec622ca 100644
--- a/src/print_panel.cxx
+++ b/src/print_panel.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: print_panel.cxx 9158 2011-10-29 14:50:04Z manolo $"
+// "$Id: print_panel.cxx 10234 2014-08-21 12:18:32Z cand $"
//
// Print panel for the Fast Light Tool Kit (FLTK).
//
@@ -110,7 +110,7 @@ static void cb_print_properties_panel(Fl_Double_Window*, void*) {
print_update_status();
}
-static Fl_Menu_Item menu_print_page_size[] = {
+static const Fl_Menu_Item menu_print_page_size[] = {
{"Letter", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0},
{"A4", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0},
{"Legal", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0},
@@ -124,7 +124,7 @@ static Fl_Menu_Item menu_print_page_size[] = {
};
#include <FL/Fl_Pixmap.H>
-static const char *idata_print_color[] = {
+static const char * const idata_print_color[] = {
"24 24 17 1",
" \tc None",
".\tc #FFFF00",
@@ -170,7 +170,7 @@ static const char *idata_print_color[] = {
};
static Fl_Pixmap image_print_color(idata_print_color);
-static const char *idata_print_gray[] = {
+static const char * const idata_print_gray[] = {
"24 24 17 1",
" \tc None",
".\tc #E3E3E3",
@@ -591,5 +591,5 @@ void print_update_status() {
}
//
-// End of "$Id: print_panel.cxx 9158 2011-10-29 14:50:04Z manolo $".
+// End of "$Id: print_panel.cxx 10234 2014-08-21 12:18:32Z cand $".
//