[glom/glom-1-20] Minor correction to a comment.



commit ffa0ed2f00ec1238968512f5d644372bba2bb66e
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Dec 13 09:23:36 2011 +0100

    Minor correction to a comment.

 glom/application.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/application.cc b/glom/application.cc
index 81a5ae6..3a9c04d 100644
--- a/glom/application.cc
+++ b/glom/application.cc
@@ -2233,7 +2233,7 @@ void Application::on_menu_file_save_as_example()
 
         //const type_vec_fields vec_fields = document->get_table_fields(table_name);
 
-        //export_data_to_stream() needs a type_list_layout_groups;
+        //export_data_to_*() needs a type_list_layout_groups;
         Document::type_list_layout_groups sequence = document->get_data_layout_groups_default("list", table_name, "" /* layout_platform */);
 
         //std::cout << "debug: table_name=" << table_name << std::endl;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]