Changeset 259
- Timestamp:
- 07/09/09 16:01:18 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
message_tree.cpp (modified) (1 diff)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/message_tree.cpp
r251 r259 1402 1402 1403 1403 // переход на сообщение 1404 selectByPath(&path); 1404 if (selectByPath(&path) == false) 1405 { 1406 QDesktopServices::openUrl(external_url); 1407 return; 1408 } 1405 1409 } 1406 1410 -
trunk/version.h
r258 r259 20 20 * \brief Дата билда (заменяется автоматически при каждом билде в version.h, что и приводит к смене номера ревизии) 21 21 */ 22 #define AVALON_DATE " Вск Июл 5 18:56:31MSD 2009"22 #define AVALON_DATE "Чтв Июл 9 15:55:12 MSD 2009" 23 23 24 24 #endif
Note: See TracChangeset
for help on using the changeset viewer.
