Package: poedit
Version: 1.3.9-2
I would recommend to disable the "show comment window" and "show
automatic comments window" by default, because they are VERY confusing
for the users, the users don't know where to do the translation, also
don't understands how the system works because there's a original window
but 3 window's to write
Patch attached
Best wishes from barcelona
Thanatermesis
diff -Naur poedit-1.3.9/src/resources/menus.xrc poedit-1.3.9.patch/src/resources/menus.xrc
--- poedit-1.3.9/src/resources/menus.xrc 2007-06-23 23:11:24.000000000 +0200
+++ poedit-1.3.9.patch/src/resources/menus.xrc 2008-02-11 15:12:56.000000000 +0100
@@ -111,11 +111,11 @@
</object>
<object class="wxMenuItem" name="menu_comment_win">
<label>Show _comment window</label>
- <checkable>1</checkable>
+ <checkable>0</checkable>
</object>
<object class="wxMenuItem" name="menu_auto_comments_win">
<label>Show automatic c_omments window</label>
- <checkable>1</checkable>
+ <checkable>0</checkable>
</object>
<object class="wxMenuItem" name="menu_shaded">
<label>_Shaded translations list</label>