Changeset 62
- Timestamp:
- Thu Jul 7 12:19:13 2005
- Files:
-
- trunk/transolution/xliffeditor/gtk_utils.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/transolution/xliffeditor/gtk_utils.py
r61 r62 159 159 Create a input dialog. 160 160 @drop_down_values = list of text values to fill a combobox dropdown with. 161 @Returns = string entered or None if Cancel was pressed. 161 162 ''' 162 163
