Index: modules/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment.module,v
retrieving revision 1.410
diff -u -p -r1.410 comment.module
--- modules/comment.module	3 Jan 2006 23:04:23 -0000	1.410
+++ modules/comment.module	5 Jan 2006 00:05:50 -0000
@@ -346,7 +346,7 @@ function comment_configure() {
   $form['viewing_options']['comment_default_order'] = array(
     '#type' => 'radios',
     '#title' => t('Default display order'),
-    '#default_value' => variable_get('Default display order', COMMENT_ORDER_NEWEST_FIRST),
+    '#default_value' => variable_get('comment_default_order', COMMENT_ORDER_NEWEST_FIRST),
     '#options' => _comment_get_orders(),
     '#description' => t('The default sorting for new users and anonymous users while viewing comments. These users may change their view using the comment control panel. For registered users, this change is remembered as a persistent user preference.'),
   );
