From ac27f90f4e2aa532b0c1da4c958f6261f210ce79 Mon Sep 17 00:00:00 2001
From: Chris Foster <cdbfoster@gmail.com>
Date: Mon, 19 Jul 2010 16:53:51 +0000
Subject: [PATCH] ...aand I missed the addon info again.  Just genius.

---
 io_export_directx_x.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index f7a40b1aa..ca962750d 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -21,7 +21,8 @@ bl_addon_info = {
     'version': '1.2',
     'blender': (2, 5, 3),
     'location': 'File > Export',
-    'description': 'Export to the DirectX Model Format',
+    'description': 'Export to the DirectX Model Format (.x)',
+    'warning': '', # used for warning icon and text in addons panel
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
         'Scripts/File_I-O/DirectX_Exporter',
     'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
-- 
GitLab