Changeset 36e69e2827e21b77d30174620c0694d24ecc980c for src/window.cpp
- Timestamp:
- 01/06/07 23:31:32 (6 years ago)
- Parents:
- 4768a0b0162fba2d8de6200e514782e3881ea73d
- Children:
- dd111472c1c4c431edf1cc7e25f8580fa734efc2
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:31:32Z+0000
- Files:
-
- 1 modified
-
src/window.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/window.cpp
r4768a0b r36e69e2 250 250 authors.push_back("Benjamin Herr <ben@0x539.de>"); 251 251 authors.push_back("Philipp Kern <phil@0x539.de>"); 252 253 std::deque<Glib::ustring> artists; 254 artists.push_back("Thomas Glatt <tom@0x539.de>"); 255 252 256 dlg.set_authors(authors); 257 dlg.set_artists(artists); 253 258 254 259 dlg.set_license(
