File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
#ifndef _COMMON_H_
10
10
#define _COMMON_H_
11
11
12
- #define APP_VER_INT 213
13
- #define APP_VER_STR "2.1.3 "
12
+ #define APP_VER_INT 214
13
+ #define APP_VER_STR "2.1.4 "
14
14
15
15
#define MSG_ERROR (str ) ShowError("Error",str)
16
16
#define MSG_LASTERROR (str ) ShowError(str,strerror(errno))
Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ int main(int argc, char *argv[])
463
463
gtk_init (& argc , & argv );
464
464
465
465
window = gtk_window_new (GTK_WINDOW_TOPLEVEL );
466
- gtk_window_set_title (GTK_WINDOW (window ), "DroidCam Client " );
466
+ gtk_window_set_title (GTK_WINDOW (window ), "DroidCam (Classic) " );
467
467
gtk_container_set_border_width (GTK_CONTAINER (window ), 1 );
468
468
gtk_window_set_resizable (GTK_WINDOW (window ), FALSE);
469
469
gtk_window_set_position (GTK_WINDOW (window ), GTK_WIN_POS_NONE );
You can’t perform that action at this time.
0 commit comments