FLTK logo

[Library] r8280 - branches/branch-1.3/src

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r8280 - branches/branch-1.3/src fltk-dev Jan 16, 2011  
 
Author: manolo
Date: 2011-01-16 10:16:35 -0800 (Sun, 16 Jan 2011)
New Revision: 8280
Log:
Replaced "foreign language" by "another language" in doc.

Modified:
   branches/branch-1.3/src/fl_ask.cxx

Modified: branches/branch-1.3/src/fl_ask.cxx
===================================================================
--- branches/branch-1.3/src/fl_ask.cxx	2011-01-15 22:47:30 UTC (rev 8279)
+++ branches/branch-1.3/src/fl_ask.cxx	2011-01-16 18:16:35 UTC (rev 8280)
@@ -247,12 +247,12 @@
  /** \addtogroup group_comdlg
     @{ */
 
-// pointers you can use to change FLTK to a foreign language:
-const char* fl_no = "No";        ///< string pointer used in common dialogs, you can change it to a foreign language
-const char* fl_yes= "Yes";       ///< string pointer used in common dialogs, you can change it to a foreign language
-const char* fl_ok = "OK";        ///< string pointer used in common dialogs, you can change it to a foreign language
-const char* fl_cancel= "Cancel"; ///< string pointer used in common dialogs, you can change it to a foreign language
-const char* fl_close= "Close";   ///< string pointer used in common dialogs, you can change it to a foreign language
+// pointers you can use to change FLTK to another language:
+const char* fl_no = "No";        ///< string pointer used in common dialogs, you can change it to another language
+const char* fl_yes= "Yes";       ///< string pointer used in common dialogs, you can change it to another language
+const char* fl_ok = "OK";        ///< string pointer used in common dialogs, you can change it to another language
+const char* fl_cancel= "Cancel"; ///< string pointer used in common dialogs, you can change it to another language
+const char* fl_close= "Close";   ///< string pointer used in common dialogs, you can change it to another language
 
 // fltk functions:
 /**

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.