- Timestamp:
- 01/20/10 06:17:19 (2 years ago)
- Location:
- branches/1.0rc3
- Files:
-
- 2 edited
-
form_source.cpp (modified) (1 diff)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0rc3/form_source.cpp
r172 r312 10 10 FormSource::FormSource (QWidget* parent, const QString& body) : FormSourceUI (parent) 11 11 { 12 m_text_source->set Text(body);12 m_text_source->setPlainText(body); 13 13 } 14 14 //---------------------------------------------------------------------------------------------- -
branches/1.0rc3/version.h
r311 r312 20 20 * \brief Дата билда (заменяется автоматически при каждом билде в version.h, что и приводит к смене номера ревизии) 21 21 */ 22 #define AVALON_DATE " Втр Янв 19 19:34:06 MSK 2010"22 #define AVALON_DATE "Срд Янв 20 05:15:26 MSK 2010" 23 23 24 24 #endif
Note: See TracChangeset
for help on using the changeset viewer.
