From 87c52f53fa4e1969ca52194f579fc2afca33c0fe Mon Sep 17 00:00:00 2001 From: Richard Cohen Date: Mon, 27 Feb 2023 11:33:10 +0000 Subject: [PATCH] Update some references to hello-world.scm --- gnucash/gnome-utils/gnc-option-gtk-ui.cpp | 2 +- libgnucash/engine/gnc-optiondb.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnucash/gnome-utils/gnc-option-gtk-ui.cpp b/gnucash/gnome-utils/gnc-option-gtk-ui.cpp index acc340fba1..f20447ef56 100644 --- a/gnucash/gnome-utils/gnc-option-gtk-ui.cpp +++ b/gnucash/gnome-utils/gnc-option-gtk-ui.cpp @@ -1380,7 +1380,7 @@ public: (uint8_t)(color.red * 255), (uint8_t)(color.green * 255), (uint8_t)(color.blue * 255)); -// Hello World uses an old HTML4 attribute that doesn't understand alpha. +// sample-report.scm uses an old HTML4 attribute that doesn't understand alpha. option.set_value(std::string{rgb_str}); g_free(rgba_str); g_free(rgb_str); diff --git a/libgnucash/engine/gnc-optiondb.cpp b/libgnucash/engine/gnc-optiondb.cpp index 92e5a245ff..98c98688f5 100644 --- a/libgnucash/engine/gnc-optiondb.cpp +++ b/libgnucash/engine/gnc-optiondb.cpp @@ -741,7 +741,7 @@ gnc_register_list_option(GncOptionDB* db, const char* section, db->register_option(section, std::move(option)); } -/* Only balance-forecast.scm, hello-world.scm, and net-charts.scm +/* Only balance-forecast.scm, sample-report.scm, and net-charts.scm * use decimals and fractional steps and they can be worked around. */ template void