--- ActionLibrary.pm	2013-01-28 16:17:29.000000000 +0100
+++ ActionLibrary-NEW.pm	2013-01-28 16:19:30.000000000 +0100
@@ -1372,15 +1372,17 @@
 		},
 	);
 
-	Padre::Wx::Action->new(
-		name        => 'view.command',
-		label       => _T('Show &Command Line'),
-		comment     => _T('Show the command line window'),
-		menu_method => 'AppendCheckItem',
-		menu_event  => sub {
-			$_[0]->show_command( $_[0]->menu->view->{command}->IsChecked );
-		},
-	);
+	if (Padre::Feature::COMMAND) {
+		Padre::Wx::Action->new(
+			name        => 'view.command',
+			label       => _T('Show &Command Line'),
+			comment     => _T('Show the command line window'),
+			menu_method => 'AppendCheckItem',
+			menu_event  => sub {
+				$_[0]->show_command( $_[0]->menu->view->{command}->IsChecked );
+			},
+		);
+	}
 
 	Padre::Wx::Action->new(
 		name        => 'view.cpan',
