Typo fix in Starbase Commander dialog (Bug #959)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2679 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2007-01-23 04:20:10 +00:00
parent 50ef1a22b4
commit 93fec4a77f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- Typo fix in Starbase speech (bug #959) - Michael
- (MacOS) Don't package up .svn dirs with 'build.sh uqm install' (bug #958),
from Nic.
- No more extra newlines to log_add() calls for libs/network/ code - SvdB