diff mac/dw.m @ 1051:6919854298fd

Added dw_font_choose() on Windows for 2.1.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 02 Jun 2011 06:18:37 +0000
parents 48f43c975533
children d91e09dc3865
line wrap: on
line diff
--- a/mac/dw.m	Thu Jun 02 05:23:45 2011 +0000
+++ b/mac/dw.m	Thu Jun 02 06:18:37 2011 +0000
@@ -7230,11 +7230,11 @@
     return font;
 }
 
-/* Allows the user to choose a color using the system's color chooser dialog.
- * Parameters:
- *       value: current color
+/* Allows the user to choose a font using the system's font chooser dialog.
+ * Parameters:
+ *       currfont: current font
  * Returns:
- *       The selected color or the current color if cancelled.
+ *       A malloced buffer with the selected font or NULL on error.
  */
 char * API dw_font_choose(char *currfont)
 {